blob: 05b1a2acd32e47eda9f9b1c519c5302f9d236d03 [file] [log] [blame]
{
"name": "TGPControls",
"version": "0.0.1",
"summary": "Custom Awesome iOS Controls.",
"description": " Provide an iOS looking UISlider with discrete, controlable steps\n Provide dynamic, animated labels for discrete slider\n\n",
"homepage": "https://github.com/arquebuse/TGPControls",
"license": {
"type": "MIT",
"file": "TGPControls_License.txt"
},
"authors": {
"Arquebuse": "xschott@gmail.com"
},
"social_media_url": "http://twitter.com/xavierschott",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/arquebuse/TGPControls.git",
"tag": "0.0.1"
},
"source_files": [
"TGPControls",
"TGPControls/**/*.{h,m}"
],
"public_header_files": "TGPControls/**/*.{h}",
"requires_arc": true
}