blob: 7ed15eadbc885049c04b23a735db1880962fb121 [file] [log] [blame]
{
"name": "CRKit",
"summary": "符合自己的项目需求的常用第三方库和控件整合",
"version": "0.0.6",
"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.6"
},
"source_files": "CRKit/Common/**/*.{h,m}",
"public_header_files": "CRKit/Common/**/*.{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"
]
}
}