blob: 91e4e911e926ba6965ae76626230f52c07eedb82 [file] [log] [blame]
{
"name": "CRKit",
"summary": "符合自己的项目需求的常用第三方库和控件整合",
"version": "0.0.9",
"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.0.9"
},
"source_files": "CRKit/Common/CRKit.h",
"public_header_files": "CRKit/Common/CRKit.h",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"IQKeyboardManager": [
"~> 3.3.7"
],
"MJExtension": [
"~> 3.0.11"
],
"MJRefresh": [
"~> 3.1.9"
],
"Masonry": [
"~> 1.0.1"
],
"ReactiveCocoa": [
"~> 2.5"
],
"SDWebImage": [
"~> 3.8.1"
],
"YYKit": [
"~> 1.0.7"
]
},
"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}"
}
]
}