blob: 3a61a8493bc26e26ae93d8401642b829b129686f [file] [log] [blame]
{
"name": "SNetwork",
"version": "0.0.1",
"summary": "Simple and lightweight networking for your App",
"description": "This pod helps you make simple network requests.",
"homepage": "https://github.com/kurtulusahmet/SNetwork.git",
"license": "MIT",
"authors": {
"kurtulusahmettemel": "kurtulusahmettemel@gmail.com"
},
"social_media_url": "https://twitter.com/_kurtulusahmet",
"source": {
"git": "https://github.com/kurtulusahmet/SNetwork.git",
"tag": "0.0.1"
},
"frameworks": "XCTest",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "SNetwork/**/*.{c,h,hh,m,mm,swift}",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}