blob: e144a067adbe9aa4267513b74e179711fbeacb7e [file] [log] [blame]
{
"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": "gomesluissean@gmail.com"
},
"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"
]
}
}