blob: 68bf85825945db978821e4df2de36383ce5c656d [file] [log] [blame]
{
"name": "RKOTools",
"version": "1.3.4",
"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.3.4"
},
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "CALayer+Additions",
"source_files": "RKOTools/CALayer+Additions/*.{h,m}"
},
{
"name": "CloseKeyBoard",
"source_files": "RKOTools/CloseKeyBoard/*.{h,m}"
},
{
"name": "CollecionLog",
"source_files": "RKOTools/CollecionLog/*.{h,m}"
},
{
"name": "NetWorkTool",
"source_files": "RKOTools/NetWorkTool/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
},
{
"name": "TopViewController",
"source_files": "RKOTools/TopViewController/*.{h,m}"
},
{
"name": "ImageWithColor",
"source_files": "RKOTools/ImageWithColor/*.{h,m}"
}
]
}