[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 9 / 0 / TRVSEventSource / 0.0.1 / TRVSEventSource.podspec.json
blob96145e3350d60b8020626e85e153b87f165ce2ae
2   "name": "TRVSEventSource",
3   "version": "0.0.1",
4   "summary": "Server-sent events EventSource implementation in ObjC for iOS and OS X using NSURLSession.",
5   "homepage": "https://github.com/travisjeffery/TRVSEventSource",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Travis Jeffery": "tj@travisjeffery.com"
12   },
13   "platforms": {
14     "ios": "7.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/travisjeffery/TRVSEventSource.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "TRVSEventSource",
23     "TRVSEventSource/**/*.{h,m}"
24   ],
25   "requires_arc": true