| { |
| "name": "SFMapFoundation", |
| "version": "0.1.0", |
| "summary": "A short description of SFMapFoundation.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/ggggggc/SFMapFoundation", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ggggggc": "CongGong@sf-express.com" |
| }, |
| "source": { |
| "git": "https://github.com/ggggggc/SFMapFoundation.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SFMapFoundation/SFMapFoundation.framework/Headers/*.{h}", |
| "vendored_frameworks": "SFMapFoundation/SFMapFoundation.framework", |
| "public_header_files": "SFMapFoundation/SFMapFoundation.framework/Headers/SFMapFoundation.h", |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-lstdc++" |
| } |
| } |