blob: cc2cb2f35b1f95196dd4826ca517bc6f541c97c5 [file] [log] [blame]
{
"name": "CRKit",
"summary": "常用第三方库引用,常用Category、Macro、UIComponent",
"version": "0.1.0",
"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.0"
},
"source_files": "CRKit/Common/CRKit.h",
"public_header_files": "CRKit/Common/CRKit.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"AFNetworking": [
"~> 3.1.0"
],
"IQKeyboardManager": [
"~> 3.3.7"
],
"MJExtension": [
"~> 3.0.11"
],
"MJRefresh": [
"~> 3.1.9"
],
"Masonry": [
"~> 1.0.1"
],
"SDWebImage": [
"~> 3.8.1"
],
"YYText": [
"~> 1.0.5"
],
"YYCategories": [
"~> 1.0.3"
]
},
"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}"
}
]
}