| { |
| "name": "MMWormhole", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "Message passing between iOS apps and extensions.", |
| "homepage": "https://github.com/mutualmobile/MMWormhole", |
| "authors": { |
| "Conrad Stoll": "conrad.stoll@mutualmobile.com" |
| }, |
| "source": { |
| "git": "https://github.com/mutualmobile/MMWormhole.git", |
| "tag": "1.0.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "ios": { |
| "frameworks": "Foundation" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Source/*.{h,m}" |
| } |
| ] |
| } |