| { |
| "name": "podtesterapprax", |
| "version": "0.1.1", |
| "summary": "An Example test pod.", |
| "description": "Test pod app for me to try out the how to make a pod", |
| "homepage": "https://github.com/Kngeng/podtesterapprax", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "Chuks Udeogu": "Chuksudeogu@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.3" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/Kngeng/podtesterapprax.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "podtesterapprax/**/*.{h,m,swift}", |
| "exclude_files": "Classes/Exclude" |
| } |