blob: 7f8b079aba2d70e04309383ef445a31a0eb67bf6 [file] [log] [blame]
{
"name": "NSCButton",
"version": "0.0.1",
"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.1"
},
"source_files": "*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}