[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 4 / BLDataSource / 1.0.2 / BLDataSource.podspec.json
blobfc7743d66c346ac78d54089dc9d36f4a22ccaca5
2   "name": "BLDataSource",
3   "version": "1.0.2",
4   "summary": "BLDataSource 1.0.2",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yxh418983798/BLDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yxh418983798": "418983798@qq.com"
13   },
14   "source": {
15     "git": "http://192.168.199.108/ios/project/biaoli/BLDataSource.git",
16     "tag": "1.0.2"
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_Framework": [
38       "1.2.2"
39     ],
40     "MostOne_IM_Framework": [
41       "1.0.1"
42     ]
43   },
44   "static_framework": true,
45   "source_files": "BLDataSource/Classes/**/*.{h,m}",
46   "pod_target_xcconfig": {
47     "VALID_ARCHS": "x86_64 arm64"
48   },
49   "frameworks": [
50     "CoreTelephony",
51     "SystemConfiguration"
52   ],
53   "public_header_files": [
54     "BLDataSource/Classes/ARC/**/*.h",
55     "BLDataSource/Classes/DTO/**/*.h"
56   ],
57   "requires_arc": [
58     "BLDataSource/Classes/ARC/**/*.m"
59   ],
60   "subspecs": [
61     {
62       "name": "OpenSSL",
63       "source_files": "BLDataSource/OpenSSL/openssl/*.{h,m}",
64       "public_header_files": [
66       ],
67       "vendored_libraries": [
68         "BLDataSource/OpenSSL/openssl_lib_iOS/libcrypto.a",
69         "BLDataSource/OpenSSL/openssl_lib_iOS/libssl.a"
70       ],
71       "libraries": "c++",
72       "requires_arc": true
73     }
74   ]