| { |
| "name": "KnockKnock", |
| "version": "1.0.1", |
| "summary": "Funny reachability interface", |
| "description": "Knock is a simple but funny library that wraps the well known Reachability library. For more fun do [[Knock knock] knock].", |
| "homepage": "https://github.com/mobilejazz/KnockKnock-iOS", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mobile Jazz": "info@mobilejazz.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "social_media_url": "http://twitter.com/mobilejazzcom", |
| "source": { |
| "git": "https://github.com/mobilejazz/KnockKnock-iOS.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "Source Code/*.{h,m}" |
| ], |
| "frameworks": "Foundation", |
| "dependencies": { |
| "Reachability": [ |
| "~>3.2" |
| ] |
| }, |
| "requires_arc": true |
| } |