blob: 29ef25b70b81775282b926bea376ca443aa1dab8 [file] [log] [blame]
{
"name": "YYOCFramework",
"version": "0.1.0",
"summary": "这是自己用的类库,基本上都是一个基类,或者一些通用的类",
"description": "这是自己用的类库,基本上都是一个基类,或者一些通用的类。",
"homepage": "https://github.com/yanyanforest/YYOCFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yanyanforest": "yanyanforest@163.com"
},
"source": {
"git": "https://github.com/yanyanforest/YYOCFramework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"public_header_files": "YYOCFramework/Classes/YYOCFramework.h",
"source_files": "YYOCFramework/Classes/**/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"Masonry": [
"~> 1.0.0"
],
"Reachability": [
],
"SDWebImage": [
]
}
}