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