[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 3 / NSCButton / 0.0.3 / NSCButton.podspec.json
blob15d947b6c2ff4072ae18bc5df935badbcc64aaf9
2   "name": "NSCButton",
3   "version": "0.0.3",
4   "summary": "Takes FlatUIKit and adds sets up a button with contrast colors.",
5   "description": "A longer description of NSCButton in Markdown format.\n\n* I wrote this to show people how ot make one of these\n",
6   "homepage": "http://www.nscookbook.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Rahul Bansal": "rahul.bansal@cgt.co.in"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/rahulbansal1991/NSCButton.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "**/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.5"
27     ]
28   }