[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 0 / 5 / 3 / NSCButton / 0.0.1 / NSCButton.podspec.json
blob7f8b079aba2d70e04309383ef445a31a0eb67bf6
2   "name": "NSCButton",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": "*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.5"
27     ]
28   }