[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 6 / c / Rebelle / 1.0.0 / Rebelle.podspec.json
blob3da35462d1265013e3ca00ce0af9da92f4826d2a
2   "name": "Rebelle",
3   "version": "1.0.0",
4   "source": {
5     "git": "https://github.com/KptainO/Rebelle.git",
6     "tag": "1.0.0"
7   },
8   "summary": "Objective-C implementation of Promises/A+ with a nice chainable syntax!",
9   "homepage": "https://github.com/KptainO/Rebelle",
10   "license": "MIT",
11   "authors": "KptainO",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source_files": [
16     "Rebelle",
17     "Rebelle/**/*.{h,m}"
18   ],
19   "prefix_header_file": "Rebelle/Rebelle-Prefix.pch",
20   "requires_arc": true