blob: a045ca09b791787a67b49885b815cb297a324c71 [file] [log] [blame]
{
"name": "RKOTools",
"version": "1.4.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.4.2"
},
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "RKOCell",
"source_files": "RKOTools/RKOCell/*.{h,m}"
},
{
"name": "UIView+StoryBoard",
"source_files": "RKOTools/UIView+StoryBoard/*.{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}"
}
]
}