| { | |
| "name": "PeopleTestPod", | |
| "version": "0.0.4", | |
| "summary": "This is a test project of pod.", | |
| "description": "A library to test pod, 20200730", | |
| "homepage": "http://www.people.cn", | |
| "license": "MIT", | |
| "authors": { | |
| "Han Kang": "hankang@people.cn" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ken-hanks/PeopleTestPod.git", | |
| "tag": "0.0.4" | |
| }, | |
| "source_files": [ | |
| "PeopleTestPod", | |
| "PeopleTestPod/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "frameworks": "UIKit" | |
| } |