blob: 27082c58492e8ae6360f566554280b2b9634132d [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.1.0",
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/CleverMeow/CMTools.git",
"tag": "1.1.0"
},
"source_files": "Pod/Classes/CMToolsHeader.h",
"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": [
]
}
}
]
}