[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 3 / b / a / TestF / 0.1.0 / TestF.podspec.json
blob7cec780318e61c8041acbe86a54559f01d4918c6
2   "name": "TestF",
3   "version": "0.1.0",
4   "summary": "A short description of TestF.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/AlbertBoy/TestF",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AlbertBoy": "kaiserzhehao@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AlbertBoy/TestF.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TestF/Classes/ARC/**/*",
22   "libraries": [
23     "icucore",
24     "c++",
25     "z",
26     "xml2"
27   ],
28   "dependencies": {
29     "CocoaAsyncSocket": [
31     ]
32   },
33   "xcconfig": {
34     "ENABLE_BITCODE": "NO",
35     "HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
36     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
37   },
38   "subspecs": [
39     {
40       "name": "MRC",
41       "source_files": "TestF/Classes/MRC/**/*",
42       "requires_arc": false
43     }
44   ]