blob: 8f14675cc759ca7d7978888447e787dfb566674c [file] [log] [blame]
{
"name": "RKOTools",
"version": "1.1.0",
"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.1.0"
},
"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": "RKOHelper",
"subspecs": [
{
"name": "CALayer+Additions",
"source_files": "RKOTools/RKOHelper/CALayer+Additions/*.{h,m}"
},
{
"name": "CloseKeyBoard",
"source_files": "RKOTools/RKOHelper/CloseKeyBoard/*.{h,m}"
},
{
"name": "CollecionLog",
"source_files": "RKOTools/RKOHelper/CollecionLog/*.{h,m}"
},
{
"name": "FastFrame",
"source_files": "RKOTools/RKOHelper/FastFrame/*.{h,m}"
},
{
"name": "NetWorkTool",
"source_files": "RKOTools/RKOHelper/NetWorkTool/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
},
{
"name": "TopViewController",
"source_files": "RKOTools/RKOHelper/TopViewController/*.{h,m}"
}
]
}
]
}