[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / 3 / 2 / 1BAIDUSDKSYDemo / 0.0.2 / 1BAIDUSDKSYDemo.podspec.json
blobd662045356e598150b21e08b7969ff785d286e61
2   "name": "1BAIDUSDKSYDemo",
3   "version": "0.0.2",
4   "summary": "The first one test framework.",
5   "description": "I will be very careful to do this framework.",
6   "homepage": "https://github.com/tanglimei/1BAIDUSDKSYDemo.git",
7   "license": "MIT",
8   "authors": {
9     "tanglimei": "562630424@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/tanglimei/1BAIDUSDKSYDemo.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Common/SDK/Platform/BAIDUSDK/Plist/*.plist",
20     "Common/Source/**/*.{h,m}",
21     "Common/SDK/Platform/BAIDUSDK/SYFramework/QuickUnifyPlatform.framework/Headers/*.h"
22   ],
23   "resources": [
24     "Common/SDK/Platform/BAIDUSDK/SDKSource/SDKFinal/NdComPlatform_SNS_Resources.bundle"
25   ],
26   "frameworks": [
27     "AssetsLibrary",
28     "AdSupport",
29     "MessageUI",
30     "UIKit",
31     "Foundation",
32     "CoreGraphics",
33     "QuartzCore",
34     "SystemConfiguration",
35     "AddressBook",
36     "CoreTelephony"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3",
41     "stdc++"
42   ],
43   "requires_arc": true,
44   "public_header_files": "Common/SDK/Platform/BAIDUSDK/SYFramework/QuickUnifyPlatform.framework/Headers/*.h",
45   "xcconfig": {
46     "OTHER_LDFLAGS": "-ObjC",
47     "ENABLE_BITCODE": "NO"
48   },
49   "ios": {
50     "vendored_frameworks": [
51       "Common/SDK/Platform/BAIDUSDK/SDKSource/SDKFinal/framework5/*.framework",
52       "Common/SDK/Platform/BAIDUSDK/SDKSource/SDKFinal/framework5/framework/*.framework",
53       "Common/SDK/Platform/BAIDUSDK/SYFramework/QuickUnifyPlatform.framework"
54     ]
55   }