[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / e / 0 / TCFoundation / 1.0.5 / TCFoundation.podspec.json
blob59d27acd9a0ae47b5b28813a3df87b31b86d6907
2   "name": "TCFoundation",
3   "version": "1.0.5",
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.5"
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     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "user_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
38   },
39   "vendored_frameworks": "TCFoundation/**/*.{framework}",
40   "dependencies": {
41     "AFNetworking": [
42       "~> 4.0.1"
43     ],
44     "FMDB": [
45       "~> 2.7.5"
46     ],
47     "TCUtil": [
48       "~> 1.0.2"
49     ]
50   }