blob: 6e0370455944119cf4d9f340a5beab213e7deb97 [file] [log] [blame]
{
"name": "CRKit",
"summary": "常用第三方库引用,常用Category、Macro、UIComponent",
"version": "0.1.2",
"homepage": "https://github.com/cocoaroger/CRKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"roger wu": "cocoaroger@163.com"
},
"social_media_url": "http://www.jianshu.com/users/0491c59e8017",
"requires_arc": true,
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/cocoaroger/CRKit.git",
"tag": "0.1.2"
},
"source_files": "CRKit/Common/CRKit.h",
"public_header_files": "CRKit/Common/CRKit.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
},
"subspecs": [
{
"name": "UIComponent",
"source_files": "CRKit/Common/UIComponent/*.{h,m}",
"public_header_files": "CRKit/Common/UIComponent/*.{h}"
},
{
"name": "Category",
"source_files": "CRKit/Common/Category/*.{h,m}",
"public_header_files": "CRKit/Common/Category/*.{h}"
},
{
"name": "Macro",
"source_files": "CRKit/Common/Macro/*.{h,m}",
"public_header_files": "CRKit/Common/Macro/*.{h}"
}
]
}