[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 9 / TestSDKStaticLib / 0.1.1 / TestSDKStaticLib.podspec.json
blobbe50d079fe97f279824cfbbdb6385502fc17f17e
2   "name": "TestSDKStaticLib",
3   "version": "0.1.1",
4   "summary": "A short description of TestSDKStaticLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/FazalConsoliads/TestSDKStaticLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FazalConsoliads": "66841044+FazalConsoliads@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/FazalConsoliads/TestSDKStaticLib.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TestSDKStaticLib/Classes/**/*",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
25     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7"
26   },
27   "user_target_xcconfig": {
28     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
29     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7"
30   },
31   "ios": {
32     "vendored_libraries": "TestSDKStaticLib/libConsoliAd.a"
33   },
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TestSDKStaticLib\""
36   },
37   "resource_bundles": {
38     "TestSDKStaticLib": [
39       "TestSDKStaticLib/Assets/*.{xib,png}"
40     ]
41   }