[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / e / d / SCNetworkReachability / 2.0.2 / SCNetworkReachability.podspec.json
blobbfa2d3a04207c05c7f7f83c7a2a53e287c6eb88f
2   "name": "SCNetworkReachability",
3   "version": "2.0.2",
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.2"
16   },
17   "frameworks": [
18     "SystemConfiguration",
19     "Foundation"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Classes/P*/*.{h,m}",
31       "dependencies": {
32         "macros_blocks": [
33           "0.0.1"
34         ]
35       }
36     },
37     {
38       "name": "Multithreading",
39       "dependencies": {
40         "SCNetworkReachability/Core": [
42         ]
43       },
44       "source_files": "Classes/Subspecs/Multithreading/*.{h,m}"
45     },
46     {
47       "name": "Shared",
48       "dependencies": {
49         "SCNetworkReachability/Core": [
51         ],
52         "ABMultiton": [
53           "~> 2.0"
54         ]
55       },
56       "source_files": "Classes/Subspecs/Shared/*.{h,m}"
57     },
58     {
59       "name": "Compatibility",
60       "dependencies": {
61         "SCNetworkReachability/Core": [
63         ]
64       },
65       "source_files": "Classes/Subspecs/Compatibility/*.{h,m}"
66     },
67     {
68       "name": "All",
69       "dependencies": {
70         "SCNetworkReachability/Core": [
72         ],
73         "SCNetworkReachability/Shared": [
75         ],
76         "SCNetworkReachability/Multithreading": [
78         ],
79         "SCNetworkReachability/Compatibility": [
81         ]
82       }
83     }
84   ]