[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / d / f / ALSInAppPurchase / 0.1.8 / ALSInAppPurchase.podspec.json
blob30effcc1f0be93faf21b03e640debc2bec2a3ead
2   "name": "ALSInAppPurchase",
3   "version": "0.1.8",
4   "summary": "A short description of ALSInAppPurchase.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yangzmpang/ALSInAppPurchase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangzmpang": "zimin.yzm@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/yangzmpang/ALSInAppPurchase.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ALSInAppPurchase/Classes/**/*",
22   "public_header_files": "ALSInAppPurchase/Classes/**/*.h",
23   "resources": "ALSInAppPurchase/Assets/*.bundle",
24   "ios": {
25     "libraries": [
26       "stdc++",
27       "z",
28       "c++"
29     ]
30   },
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-ObjC",
33     "ENABLE_BITCODE": "NO"
34   },
35   "dependencies": {
36     "PodAsset": [
38     ]
39   },
40   "pod_target_xcconfig": {
41     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
42     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
43   }