| { |
| "name": "Subscription", |
| "version": "0.1.1", |
| "summary": "Type-safe subscription to NotificationCenter with self unsubscription.", |
| "homepage": "https://github.com/clmntcrl/subscription", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Clément Cyril": "cyril@clmntcrl.io" |
| }, |
| "social_media_url": "http://twitter.com/clmntcrl", |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.10", |
| "tvos": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/clmntcrl/subscription.git", |
| "tag": "0.1.1" |
| }, |
| "frameworks": "XCTest", |
| "source_files": [ |
| "Sources", |
| "Sources/**/*.swift" |
| ] |
| } |