| { |
| "name": "GoEasy", |
| "version": "0.1", |
| "summary": "GoEasy to publish/subscribe message", |
| "description": "GoEasy is an easy way to implement ios client publish/subscribe message", |
| "homepage": "http://git.oschina.net/fcb/GoEasy-IOS", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "chuanbao": "chuanbao@uwantsoft.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://git.oschina.net/fcb/GoEasy-IOS.git", |
| "tag": "0.1" |
| }, |
| "source_files": "GoEasy/GoEasy/*.swift", |
| "dependencies": { |
| "CocoaAsyncSocket": [ |
| "~> 7.4.2" |
| ] |
| } |
| } |