[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / e / d / SCNetworkReachability / 2.0.0 / SCNetworkReachability.podspec.json
blobdfa72979220c2916c3097437eae0f349c7861bc2
2   "name": "SCNetworkReachability",
3   "version": "2.0.0",
4   "summary": "Flexible network reachability with blocks for iOS and OS X.",
5   "homepage": "https://github.com/belkevich/reachability-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Belkevich": "belkevich.alexey@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/belkevich/reachability-ios.git",
15     "tag": "2.0.0"
16   },
17   "frameworks": [
18     "SystemConfiguration",
19     "Foundation"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Classes/P*/*.{h,m}",
30       "dependencies": {
31         "macros_blocks": [
32           "0.0.1"
33         ]
34       }
35     },
36     {
37       "name": "Multithreading",
38       "dependencies": {
39         "SCNetworkReachability/Core": [
41         ]
42       },
43       "source_files": "Classes/Subspecs/Multithreading/*.{h,m}"
44     },
45     {
46       "name": "Shared",
47       "dependencies": {
48         "SCNetworkReachability/Core": [
50         ],
51         "ABMultiton": [
52           "~> 2.0"
53         ]
54       },
55       "source_files": "Classes/Subspecs/Shared/*.{h,m}"
56     },
57     {
58       "name": "Compatibility",
59       "dependencies": {
60         "SCNetworkReachability/Core": [
62         ]
63       },
64       "source_files": "Classes/Subspecs/Compatibility/*.{h,m}"
65     },
66     {
67       "name": "All",
68       "dependencies": {
69         "SCNetworkReachability/Core": [
71         ],
72         "SCNetworkReachability/Shared": [
74         ],
75         "SCNetworkReachability/Multithreading": [
77         ],
78         "SCNetworkReachability/Compatibility": [
80         ]
81       }
82     }
83   ]