blob: 0710a34c9b03e1a461c6402fbb6598e67a279394 [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.5",
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/CleverMeow/CMTools.git",
"tag": "1.0.2.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": "Core",
"source_files": "Pod/Classes/Core/*"
},
{
"name": "UIKit",
"source_files": "Pod/Classes/UIKit/*"
}
]
}