blob: d156d42124bab44d3136ad224ed1b0cb8defd063 [file] [log] [blame]
{
"name": "mango-ios",
"version": "0.1.0",
"summary": "This is the iOS SDK that allows interaction with Mango API.",
"description": " This is the iOS SDK that allows interaction with Mango API.\n For more information https://developers.getmango.com\n",
"homepage": "https://developers.getmango.com",
"license": {
"type": "MIT",
"file": "LICENSE.MD"
},
"authors": {
"Mango Development Team": "support@getmango.com",
"Ezequiel Becerra": "ezequiel.becerra@gmail.com",
"Gonzalo Larralde": "gonzalolarralde@gmail.com"
},
"social_media_url": "https://twitter.com/getmango",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mango/mango-ios.git",
"tag": "0.1.0"
},
"source_files": "mango-ios/src/*.{h,m}",
"public_header_files": "mango-ios/src/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}