[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 2 / GoEasy / 0.1 / GoEasy.podspec.json
bloba5407858dca3a23490c4c296106f15993be7a627
2   "name": "GoEasy",
3   "version": "0.1",
4   "summary": "GoEasy to publish/subscribe message",
5   "description": "GoEasy is an easy way to implement ios client publish/subscribe message",
6   "homepage": "http://git.oschina.net/fcb/GoEasy-IOS",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "chuanbao": "chuanbao@uwantsoft.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.oschina.net/fcb/GoEasy-IOS.git",
19     "tag": "0.1"
20   },
21   "source_files": "GoEasy/GoEasy/*.swift",
22   "dependencies": {
23     "CocoaAsyncSocket": [
24       "~> 7.4.2"
25     ]
26   }