| { |
| "name": "SGReachability", |
| "version": "1.0", |
| "summary": "Helper class for Reachability", |
| "description": "This is a simple helper class for Reachability", |
| "homepage": "https://github.com/sger/SGReachability", |
| "license": "MIT", |
| "authors": { |
| "Spiros Gerokostas": "spiros.gerokostas@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sger/SGReachability.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "frameworks": "SystemConfiguration", |
| "dependencies": { |
| "Reachability": [ |
| |
| ] |
| } |
| } |