Latest | 0.3.0 |
---|---|
Homepage | https://github.com/sean-luis/SeanTrySynchronousPosterGetter |
License | MIT |
Platforms | ios 10.0 |
Dependencies | SBJson, AFNetworking, SwiftLint, Result |
Frameworks | UIKit, MapKit |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SeanTrySynchronousPosterGetter is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SeanTrySynchronousPosterGetter'
Author
sean-luis, [email protected]
License
SeanTrySynchronousPosterGetter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "SeanTrySynchronousPosterGetter", "version": "0.3.0", "summary": "Creating my own cocoapod to use in another project", "description": "This version was simply used to test fastlane pod_trunk functionality.", "homepage": "https://github.com/sean-luis/SeanTrySynchronousPosterGetter", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "sean-luis": "[email protected]" }, "source": { "git": "https://github.com/sean-luis/SeanTrySynchronousPosterGetter.git", "tag": "0.3.0" }, "platforms": { "ios": "10.0" }, "swift_version": "4.2", "source_files": "Functionality/**/*.{h,m,swift}", "resource_bundles": { "String": [ "Functionality/**/*.{strings}" ] }, "frameworks": [ "UIKit", "MapKit" ], "dependencies": { "SBJson": [ "~> 5.0.0" ], "AFNetworking": [ "~> 2.7.0" ], "SwiftLint": [ "~> 0.30.1" ], "Result": [ "~> 4.1.0" ] } }
Sun, 10 Mar 2019 11:14:15 +0000