blob: a70f43e2bd8158f929a5f3d8b8933a6485db98e2 [file] [log] [blame]
{
"name": "CMTools",
"summary": "A tools for iOS.",
"description": "It's a tools for iOS, i think it can help everyone..",
"version": "1.0.3.5",
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/CleverMeow/CMTools.git",
"tag": "1.0.3.5"
},
"source_files": "Pod/Classes/CMTools.h",
"resource_bundles": {
"MeowTools": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"authors": {
"CleverMeow": "clevermeow@163.com"
},
"homepage": "https://github.com/CleverMeow/CMTools",
"subspecs": [
{
"name": "Config",
"source_files": "Pod/Classes/Config/*"
},
{
"name": "Core",
"source_files": "Pod/Classes/Core/*"
},
{
"name": "UIKit",
"source_files": "Pod/Classes/UIKit/*"
},
{
"name": "Runtime",
"source_files": "Pod/Classes/Runtime/*",
"dependencies": {
"CMTools/UIKit": [
]
}
}
]
}