blob: fd96e5aacc8b8886096b8bd497c7fc52b2eb27e0 [file] [log] [blame]
{
"name": "SeanTrySynchronousPosterGetter",
"version": "0.1.0",
"summary": "Creating my own cocoapod to use in another project",
"description": "This cocoapod will do basic url requests and networking such as GET and POST.",
"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.1.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"
]
}
}