| { | |
| "name": "TestFlyOeanFishSpec", | |
| "version": "1.0", | |
| "summary": "create spec", | |
| "description": "how to create spec", | |
| "homepage": "https://github.com/FlyOceanFish/CreateSpec", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": "FlyOceanFish", | |
| "platforms": { | |
| "ios": "10.3" | |
| }, | |
| "source": { | |
| "git": "https://github.com/FlyOceanFish/CreateSpec.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": [ | |
| "TestPods", | |
| "TestPods/**/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |