blob: ac861aff2257482c1507bcd875f499bdbdef8f37 [file] [log] [blame]
{
"name": "RKOTools",
"version": "1.11.1",
"summary": "One of your own tool libraries",
"description": "Own a tool library.",
"homepage": "https://github.com/rakuyoMo/RKOTools",
"license": "MIT",
"authors": {
"Rakuyo": "rakuyo.mo@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rakuyoMo/RKOTools.git",
"tag": "1.11.1"
},
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "RKOBaseCell",
"source_files": "RKOTools/RKOBaseCell/*.{h,m}"
},
{
"name": "StoryBoardCategory",
"source_files": "RKOTools/StoryBoardCategory/*.{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": [
]
}
},
{
"name": "TopViewController",
"source_files": "RKOTools/TopViewController/*.{h,m}"
},
{
"name": "ImageWithColor",
"source_files": "RKOTools/ImageWithColor/*.{h,m}"
},
{
"name": "UIViewTools",
"source_files": "RKOTools/UIViewTools/*.{h,m}"
},
{
"name": "Rotate",
"source_files": "RKOTools/Rotate/*.{h,m}"
},
{
"name": "RKOBaseModel",
"source_files": "RKOTools/RKOBaseModel/*.{h,m}",
"dependencies": {
"YYModel": [
]
}
},
{
"name": "HexString",
"source_files": "RKOTools/HexString/*.{h,m}"
}
]
}