[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 1 / 6 / ZzishSDK / 0.3.15 / ZzishSDK.podspec.json
blob08794b52fc348385aaddc84f9ff1a96405e11418
2   "name": "ZzishSDK",
3   "version": "0.3.15",
4   "summary": "Wrapper for Zzish REST API",
5   "description": "A store and forward wrapper for creating activities/actions on the Zzish Platform\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "http://www.zzish.com",
7   "license": "MIT",
8   "authors": {
9     "Samir Seetal": "samir@zzish.com"
10   },
11   "source": {
12     "git": "https://github.com/zzishdev/zzishsdk-ios.git",
13     "tag": "0.3.15"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "ZzishSDK": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "SystemConfiguration",
27     "CFNetwork"
28   ],
29   "libraries": "sqlite3",
30   "dependencies": {
31     "Reachability": [
33     ],
34     "JSONModel": [
35       "1.0.1"
36     ]
37   }