[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / e / mango-ios / 0.1.0 / mango-ios.podspec.json
blobd156d42124bab44d3136ad224ed1b0cb8defd063
2   "name": "mango-ios",
3   "version": "0.1.0",
4   "summary": "This is the iOS SDK that allows interaction with Mango API.",
5   "description": "                   This is the iOS SDK that allows interaction with Mango API.\n                   For more information https://developers.getmango.com\n",
6   "homepage": "https://developers.getmango.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.MD"
10   },
11   "authors": {
12     "Mango Development Team": "support@getmango.com",
13     "Ezequiel Becerra": "ezequiel.becerra@gmail.com",
14     "Gonzalo Larralde": "gonzalolarralde@gmail.com"
15   },
16   "social_media_url": "https://twitter.com/getmango",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source": {
21     "git": "https://github.com/mango/mango-ios.git",
22     "tag": "0.1.0"
23   },
24   "source_files": "mango-ios/src/*.{h,m}",
25   "public_header_files": "mango-ios/src/*.{h,m}",
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.5"
30     ]
31   }