| { |
| "name": "HUPTT", |
| "version": "1.0.0", |
| "summary": "HUPTT summary", |
| "description": "description Hyenatek HUPTT", |
| "homepage": "https://github.com/HyenaJeremyLin/HUPTT", |
| "license": "MIT", |
| "authors": { |
| "JeremyLin": "JeremyLin@hyenatek.com" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source": { |
| "git": "https://github.com/HyenaJeremyLin/HUPTT.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "HUPTT", |
| "HUPTT/**/*.{h,m}" |
| ], |
| "exclude_files": "HUPTT/Exclude", |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks" |
| } |
| } |