blob: 503dc02d41037abd9a0c1a62410f1ed734bdf4ac [file] [log] [blame]
{
"name": "BothamNetworking",
"version": "3.0.0",
"swift_version": "4.1",
"license": "Apache V2",
"summary": "Networking Framework written in Swift",
"homepage": "https://github.com/Karumi/BothamNetworking",
"social_media_url": "http://twitter.com/goKarumi",
"authors": {
"Karumi": "hello@karumi.com"
},
"source": {
"git": "https://github.com/Karumi/BothamNetworking.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "BothamNetworking/*.swift",
"requires_arc": true,
"dependencies": {
"Result": [
"3.1.0"
],
"SwiftyJSON": [
]
}
}