[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / e / 0 / TCFoundation / 1.0.1 / TCFoundation.podspec.json
blob8207831f7d05f7499f5277c7a65760c99c6c8397
2   "name": "TCFoundation",
3   "version": "1.0.1",
4   "summary": "iOS OC基础库Foundation",
5   "description": "iOS OC基础库Foundation,目前支持:network、io、config、event等基础功能",
6   "homepage": "https://github.com/flatads/tcfundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "flatads": "flatincbr.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/flatads/tcfundation.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "libraries": "c++",
22   "requires_arc": true,
23   "static_framework": true,
24   "frameworks": [
25     "Foundation",
26     "Security",
27     "SystemConfiguration",
28     "CoreTelephony",
29     "MobileCoreServices"
30   ],
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "vendored_frameworks": "TCFoundation/**/*.{framework}",
38   "dependencies": {
39     "AFNetworking": [
40       "~> 4.0.1"
41     ],
42     "FMDB": [
43       "~> 2.6.2"
44     ],
45     "TCUtil": [
46       "~> 1.0.2"
47     ]
48   }