[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 2 / a / MDAMarvelAPI / 0.1.0 / MDAMarvelAPI.podspec.json
blob8dc1c650234b1e7125c7958f47ba3ea8ba5c610b
2   "name": "MDAMarvelAPI",
3   "version": "0.1.0",
4   "summary": "An unofficial library to access the Marvel developer API.",
5   "homepage": "https://github.com/kmonaghan/MDAMarvelAPI",
6   "license": "MIT",
7   "authors": {
8     "Karl Monaghan": "karl.t.monaghan@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kmonaghan/MDAMarvelAPI.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/karlmonaghan",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "MDAMarvelAPI/*.{h,m}",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0.0"
23     ]
24   }