| { |
| "name": "NSCButton", |
| "version": "0.0.3", |
| "summary": "Takes FlatUIKit and adds sets up a button with contrast colors.", |
| "description": "A longer description of NSCButton in Markdown format.\n\n* I wrote this to show people how ot make one of these\n", |
| "homepage": "http://www.nscookbook.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Rahul Bansal": "rahul.bansal@cgt.co.in" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/rahulbansal1991/NSCButton.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "**/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.5" |
| ] |
| } |
| } |