blob: ba9fc3f346bd3e8c23231242b7eadb28dbfae9cc [file] [log] [blame]
{
"name": "TGPControls",
"version": "2.0.0",
"summary": "Custom Awesome iOS Controls: Animated discrete slider, animated labels",
"description": " Provide an iOS looking UISlider with discrete, controlable steps\n Provide dynamic, animated labels for discrete slider\n Entirely compatible with UISlider\n\n",
"homepage": "https://github.com/arquebuse/TGPControls",
"screenshots": [
"https://cloud.githubusercontent.com/assets/4073988/5912371/144aaf24-a588-11e4-9a22-42832eb2c235.gif",
"https://cloud.githubusercontent.com/assets/4073988/5912454/15774398-a589-11e4-8f08-18c9c7b59871.gif",
"https://cloud.githubusercontent.com/assets/4073988/6628373/183c7452-c8c2-11e4-9a63-107805bc0cc4.gif",
"https://cloud.githubusercontent.com/assets/4073988/5912297/c3f21bb2-a586-11e4-8eb1-a1f930ccbdd5.gif"
],
"license": {
"type": "MIT",
"file": "TGPControls_License.txt"
},
"authors": {
"Xavier Schott": "http://swiftarchitect.com/swiftarchitect/"
},
"social_media_url": "https://twitter.com/swiftarchitect",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SwiftArchitect/TGPControls.git",
"tag": "v2.0.0"
},
"source_files": [
"TGPControls",
"TGPControls/**/*.{h,m}"
],
"exclude_files": [
"TGPControlsDemo7/*",
"TGPControlsDemo/*"
],
"public_header_files": "TGPControls/**/*.{h}",
"requires_arc": true
}