| { |
| "name": "mytest", |
| "version": "0.0.2", |
| "summary": "just wanna test cocoapods", |
| "description": "A short description of mytest\nA short description of mytest\nA short description of mytest\nA short description of mytest", |
| "homepage": "https://github.com/lforme/TestCocoaPods", |
| "license": { |
| "type": "MIT", |
| "file": "MIT" |
| }, |
| "authors": { |
| "王宏洋": "lforme@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/lforme/TestCocoaPods.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "AlgorithmsTest", |
| "AlgorithmsTest/test/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "UIKit" |
| } |