blob: b5b162298eb9b7de4987789ac1204d097e896e8f [file] [log] [blame]
{
"name": "RKOTools",
"version": "1.0.7",
"summary": "One of your own tool libraries",
"description": "One of your own tool libraries",
"homepage": "https://github.com/rakuyoMo/RKOTools",
"license": "MIT",
"authors": {
"Rakuyo": "rakuyo.mo@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rakuyoMo/RKOTools.git",
"tag": "1.0.7"
},
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "RKOControl",
"subspecs": [
{
"name": "RKOCell",
"source_files": "RKOTools/RKOControl/RKOCell/*.{h,m}"
},
{
"name": "RKONetworkAlert",
"source_files": "RKOTools/RKOControl/RKONetworkAlert/*.{h,m}"
}
]
},
{
"name": "RKOTools",
"subspecs": [
{
"name": "CALayer+Additions",
"source_files": "RKOTools/RKOTools/CALayer+Additions/*.{h,m}"
},
{
"name": "CloseKeyBoard",
"source_files": "RKOTools/RKOTools/CloseKeyBoard/*.{h,m}"
},
{
"name": "CollecionLog",
"source_files": "RKOTools/RKOTools/CollecionLog/*.{h,m}"
},
{
"name": "FastFrame",
"source_files": "RKOTools/RKOTools/FastFrame/*.{h,m}"
},
{
"name": "NetWorkTool",
"source_files": "RKOTools/RKOTools/NetWorkTool/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
},
{
"name": "TopViewController",
"source_files": "RKOTools/RKOTools/TopViewController/*.{h,m}"
}
]
}
]
}