[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / c / 7 / 0 / UKLFNetworking / 1.2.6 / UKLFNetworking.podspec.json
blobbb52b183a88889deb2538b0c78ef65cf4382e0f8
2   "name": "UKLFNetworking",
3   "version": "1.2.6",
4   "license": "MIT",
5   "summary": "A delightful iOS and OS X networking framework.",
6   "homepage": "https://github.com/LaiFengiOS/UKLFNetworking",
7   "authors": {
8     "wangxiaoxiang": "wangxiaoxiang@youku.com"
9   },
10   "source": {
11     "git": "https://github.com/LaiFengiOS/UKLFNetworking.git",
12     "tag": "1.2.6",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "public_header_files": "UKLFNetworking/*.h",
17   "source_files": "UKLFNetworking/*.{h,m}",
18   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n#define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n#define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n#define TARGET_OS_TV 0\n#endif",
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "subspecs": [
26     {
27       "name": "Serialization",
28       "source_files": "UKLFNetworking/Serialization/*.{h,m}",
29       "public_header_files": "UKLFNetworking/Serialization/*.h",
30       "watchos": {
31         "frameworks": [
32           "MobileCoreServices",
33           "CoreGraphics"
34         ]
35       },
36       "ios": {
37         "frameworks": [
38           "MobileCoreServices",
39           "CoreGraphics"
40         ]
41       },
42       "osx": {
43         "frameworks": "CoreServices"
44       }
45     },
46     {
47       "name": "Security",
48       "source_files": "UKLFNetworking/Security/*.{h,m}",
49       "public_header_files": "UKLFNetworking/Security/*.h",
50       "frameworks": "Security"
51     },
52     {
53       "name": "Reachability",
54       "platforms": {
55         "ios": "7.0",
56         "osx": "10.9",
57         "tvos": "9.0"
58       },
59       "source_files": "UKLFNetworking/Reachability/*.{h,m}",
60       "public_header_files": "UKLFNetworking/Reachability/*.h",
61       "frameworks": "SystemConfiguration"
62     },
63     {
64       "name": "NSURLSession",
65       "dependencies": {
66         "UKLFNetworking/Serialization": [
68         ],
69         "UKLFNetworking/Security": [
71         ]
72       },
73       "ios": {
74         "dependencies": {
75           "UKLFNetworking/Reachability": [
77           ]
78         }
79       },
80       "osx": {
81         "dependencies": {
82           "UKLFNetworking/Reachability": [
84           ]
85         }
86       },
87       "tvos": {
88         "dependencies": {
89           "UKLFNetworking/Reachability": [
91           ]
92         }
93       },
94       "source_files": "UKLFNetworking/NSURLSession/*.{h,m}",
95       "public_header_files": "UKLFNetworking/NSURLSession/U*.h"
96     }
97   ]