blob: 2c79a6a395974e7f6746e6d1cdc2b886eec6916a [file] [log] [blame]
{
"name": "RCKit",
"version": "0.1",
"summary": "A collection of Objc categories.",
"homepage": "https://github.com/ridgecorn/RCKit",
"authors": {
"Looping": "www.looping@gmail.com"
},
"source": {
"git": "https://github.com/ridgecorn/RCKit.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"dependencies": {
"Reachability": [
]
}
}