[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / b / ArtikCloud / 2.0.0 / ArtikCloud.podspec.json
blobf8895695a1ed6575631442ea4ae56c2b4fb8911c
2   "name": "ArtikCloud",
3   "version": "2.0.0",
4   "summary": "Artik Cloud client library.",
5   "description": "A REST and WebSocket client library for the Artik Cloud",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "requires_arc": true,
10   "frameworks": "SystemConfiguration",
11   "homepage": "https://github.com/artikcloud/artikcloud-objc",
12   "license": "MIT",
13   "source": {
14     "git": "https://github.com/artikcloud/artikcloud-objc.git",
15     "tag": "2.0.0"
16   },
17   "authors": {
18     "Samsung ArtikCloud": "support@ssi.samsung.com"
19   },
20   "source_files": "ArtikCloud/**/*",
21   "public_header_files": "ArtikCloud/**/*.h",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.3"
25     ],
26     "JSONModel": [
27       "~> 1.1"
28     ],
29     "ISO8601": [
30       "~> 0.3"
31     ],
32     "SocketRocket": [
33       "~> 0.5.0"
34     ]
35   }