[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 4 / BLDataSource / 1.1.3 / BLDataSource.podspec.json
blob5b71dd7f20cb9c2e27919d45bb6607c6e195c654
2   "name": "BLDataSource",
3   "version": "1.1.3",
4   "summary": "BLDataSource",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://192.168.199.108/ios/project/biaoli/BLDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xu": "252697349@qq.com"
13   },
14   "source": {
15     "git": "http://192.168.199.108/ios/project/biaoli/BLDataSource.git",
16     "tag": "1.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "MWApi_Framework": [
24     ],
25     "Protobuf": [
27     ],
28     "CocoaAsyncSocket": [
30     ],
31     "AliyunOSSiOS": [
33     ],
34     "AFNetworking": [
36     ],
37     "MWCache": [
38       "1.3.2"
39     ],
40     "MostOne_IM_Framework": [
41       "1.0.5"
42     ]
43   },
44   "static_framework": true,
45   "source_files": "BLDataSource/Classes/**/*.{h,m}",
46   "pod_target_xcconfig": {
47     "VALID_ARCHS": "x86_64 armv7 arm64",
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "frameworks": [
51     "CoreTelephony",
52     "SystemConfiguration"
53   ],
54   "public_header_files": [
55     "BLDataSource/Classes/ARC/**/*.h",
56     "BLDataSource/Classes/DTO/**/*.h"
57   ],
58   "requires_arc": [
59     "BLDataSource/Classes/ARC/**/*.m"
60   ],
61   "subspecs": [
62     {
63       "name": "OpenSSL",
64       "source_files": "BLDataSource/OpenSSL/openssl/*.{h,m}",
65       "public_header_files": [
67       ],
68       "vendored_libraries": [
69         "BLDataSource/OpenSSL/openssl_lib_iOS/libcrypto.a",
70         "BLDataSource/OpenSSL/openssl_lib_iOS/libssl.a"
71       ],
72       "libraries": "c++",
73       "requires_arc": true
74     }
75   ]