| { |
| "name": "ALSInAppPurchase", |
| "version": "0.1.3", |
| "summary": "A short description of ALSInAppPurchase.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/yangzmpang/ALSInAppPurchase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yangzmpang": "zimin.yzm@alibaba-inc.com" |
| }, |
| "source": { |
| "git": "https://github.com/yangzmpang/ALSInAppPurchase.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ALSInAppPurchase/Classes/**/*", |
| "public_header_files": "ALSInAppPurchase/Classes/**/*.h", |
| "resources": "ALSInAppPurchase/Assets/*.bundle", |
| "ios": { |
| "libraries": [ |
| "stdc++", |
| "z", |
| "c++" |
| ] |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC", |
| "ENABLE_BITCODE": "NO" |
| }, |
| "dependencies": { |
| "PodAsset": [ |
| |
| ], |
| "OpenSSL": [ |
| |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**", |
| "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup" |
| } |
| } |