blob: 6af3a13b59d9f8b52c414e47278b30e6f7dab1d0 [file] [log] [blame]
{
"name": "RCRunkeeperSwitch",
"version": "0.0.1",
"summary": "A Objective C impltation for Runkeeper design switch control, it is a clone from DGRunkeeperSwitch",
"description": "A Objective C impltation for Runkeeper design switch control, it is a clone from [DGRunkeeperSwitch](https://github.com/gontovnik/DGRunkeeperSwitch)",
"homepage": "https://github.com/rcgary/RCRunkeeperSwitch",
"screenshots": [
"https://raw.githubusercontent.com/rcgary/RCRunkeeperSwitch/master/RCRunkeeperSwitch.png",
"https://raw.githubusercontent.com/rcgary/RCRunkeeperSwitch/master/RCRunkeeperSwitch.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chao Ruan": "chaoruan818@gmail.com"
},
"social_media_url": "http://twitter.com/chaoruan",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rcgary/RCRunkeeperSwitch.git",
"tag": "0.0.1"
},
"source_files": "RCRunkeeperSwitch/**/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}