[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 4 / TestPodStaticLib / 1.1.0 / TestPodStaticLib.podspec.json
blob8e1394514e76a8b76b39c2533f7c219cf8c20037
2   "name": "TestPodStaticLib",
3   "version": "1.1.0",
4   "summary": "A short description of TestPodStaticLib.",
5   "description": "A testing static lib pod used to check how static lib can be used.",
6   "homepage": "https://github.com/FazalConsoliads/TestPodStaticLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FazalElahi": "fazal.elahi@consoliads.com"
13   },
14   "source": {
15     "git": "https://github.com/FazalConsoliads/TestPodStaticLib.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TestPodStaticLib/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": "TestPodStaticLib/libCAAnalytics.a"
33   },
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TestPodStaticLib\""
36   }