blob: 58ab0c1b133ec676acd912837910207e88942794 [file] [log] [blame]
{
"name": "RKOTools",
"version": "1.2.2",
"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": "8.0"
},
"source": {
"git": "https://github.com/rakuyoMo/RKOTools.git",
"tag": "1.2.2"
},
"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": "RKOTextView",
"source_files": "RKOTools/RKOControl/RKOTextView/*.{h,m}",
"resources": "RKOTools/RKOControl/RKOTextView/*.{png,xib,nib,bundle}"
}
]
},
{
"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": "NetWorkTool",
"source_files": "RKOTools/RKOHelper/NetWorkTool/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
},
{
"name": "TopViewController",
"source_files": "RKOTools/RKOHelper/TopViewController/*.{h,m}"
}
]
}
]
}