[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / b / ArtikCloud / 2.0.5 / ArtikCloud.podspec.json
blob6e14b7fb3ad04318792aabb3eade8d853828e597
2   "name": "ArtikCloud",
3   "version": "2.0.5",
4   "summary": "ARTIK Cloud SDK",
5   "description": "ARTIK Cloud Objective C SDK",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "requires_arc": true,
10   "frameworks": "SystemConfiguration",
11   "homepage": "https://github.com/artikcloud/artikcloud-objc",
12   "license": "Apache License, Version 2.0",
13   "source": {
14     "git": "https://github.com/artikcloud/artikcloud-objc.git",
15     "tag": "2.0.5"
16   },
17   "authors": {
18     "Samsung ArtikCloud": "support@ssi.samsung.com"
19   },
20   "source_files": "ArtikCloud/**/*.{m,h}",
21   "public_header_files": "ArtikCloud/**/*.h",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3"
25     ],
26     "JSONModel": [
27       "~> 1.2"
28     ],
29     "ISO8601": [
30       "~> 0.5"
31     ]
32   }