[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / 0 / TCFoundation / 1.0.0 / TCFoundation.podspec.json
blobaffbe54377b84d3737785cdeb1d8a8242aecd311
2   "name": "TCFoundation",
3   "version": "1.0.0",
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": "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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "libraries": "c++",
22   "requires_arc": true,
23   "static_framework": true,
24   "frameworks": [
25     "AdSupport",
26     "CoreTelephony"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "source_files": [
35     "TCFoundation",
36     "TCFoundation/Classes/**/*"
37   ],
38   "vendored_frameworks": "TCFoundation/**/*.{framework}",
39   "dependencies": {
40     "AFNetworking": [
41       "4.0.1"
42     ],
43     "FMDB": [
44       "2.6.2"
45     ],
46     "TCUtil": [
47       "~> 1.0.0"
48     ]
49   }