{ | |
"name": "JSTestFramework", | |
"version": "0.0.1", | |
"summary": "测试", | |
"description": "extension", | |
"homepage": "https://coding.net/u/j-yezi/p/JSTestFramework", | |
"license": "MIT", | |
"authors": { | |
"j-yezi": "yehao1020@gmail.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://git.coding.net/j-yezi/JSTestFramework.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "b/*.{h,m}", | |
"frameworks": [ | |
"UIKit", | |
"Foundation" | |
], | |
"requires_arc": true, | |
"dependencies": { | |
"Reachability": [ | |
"~> 3.2" | |
] | |
} | |
} |