blob: 78418215d85861cca592eb4ad8b64bb9215b674b [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.2",
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/CleverMeow/CMTools.git",
"tag": "1.0.2"
},
"source_files": "Pod/Classes/**/*.*",
"resource_bundles": {
"MeowTools": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"authors": {
"CleverMeow": "clevermeow@163.com"
},
"homepage": "https://github.com/CleverMeow/CMTools",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/**/*.*"
},
{
"name": "UIKit",
"source_files": "Pod/Classes/UIKit/**/*.*"
}
]
}