blob: ef5d73c49e5de55f53af83772e7f1713d12a1509 [file] [log] [blame]
{
"name": "SCNetworkReachability",
"version": "2.0.3",
"summary": "Flexible network reachability with blocks for iOS and OS X.",
"homepage": "https://github.com/belkevich/reachability-ios",
"social_media_url": "https://twitter.com/okolodev",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/belkevich/reachability-ios.git",
"tag": "2.0.3"
},
"frameworks": [
"SystemConfiguration",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Classes/P*/*.{h,m}",
"dependencies": {
"macros_blocks": [
"0.0.1"
]
}
},
{
"name": "Multithreading",
"dependencies": {
"SCNetworkReachability/Core": [
]
},
"source_files": "Classes/Subspecs/Multithreading/*.{h,m}"
},
{
"name": "Shared",
"dependencies": {
"SCNetworkReachability/Core": [
],
"ABMultiton": [
"~> 2.0"
]
},
"source_files": "Classes/Subspecs/Shared/*.{h,m}"
},
{
"name": "Compatibility",
"dependencies": {
"SCNetworkReachability/Core": [
]
},
"source_files": "Classes/Subspecs/Compatibility/*.{h,m}"
},
{
"name": "All",
"dependencies": {
"SCNetworkReachability/Core": [
],
"SCNetworkReachability/Shared": [
],
"SCNetworkReachability/Multithreading": [
],
"SCNetworkReachability/Compatibility": [
]
}
}
]
}