[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 8 / Telepat / 0.4.1 / Telepat.podspec.json
blobbbb5a0ec31b5b5bfb2c0b074dbbd415b2ad80eed
2   "name": "Telepat",
3   "version": "0.4.1",
4   "summary": "Real Time, Open Source Data Sync",
5   "description": "Telepat is an open-source backend stack, designed to deliver information and information updates in real-time to clients, while allowing for flexible deployment and simple scaling.",
6   "homepage": "http://telepat.io",
7   "license": "Apache",
8   "authors": {
9     "Appscend": "ovidiu@appscend.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/telepat-io/telepat-ios-sdk.git",
16     "tag": "0.4.1"
17   },
18   "source_files": [
19     "Telepat",
20     "Telepat/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "Objective-LevelDB": [
25       "~>2.1"
26     ],
27     "JSONModel": [
28       "~>1.1.0"
29     ],
30     "AFNetworking": [
31       "~>2.5"
32     ],
33     "SIOSocket": [
34       "~>0.2.0"
35     ],
36     "CocoaLumberjack": [
37       "~>2.3"
38     ]
39   }