[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / b / Smokestack / 0.8.7 / Smokestack.podspec.json
blob419ea3ad2348de3cb35978f541aaaf4f25f79296
2   "name": "Smokestack",
3   "version": "0.8.7",
4   "summary": "Smokestack CMS - SDK for iOS",
5   "description": "An iOS client SDK for the Smokestack mobile CMS.",
6   "homepage": "https://github.com/innerfunction/smokestack-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julian Goacher": "julian.goacher@innerfunction.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/innerfunction/Smokestack-ios.git",
19     "tag": "0.8.7"
20   },
21   "source_files": [
22     "Smokestack/Classes/Smokestack.h",
23     "Smokestack/Classes/{cms,commands,content,db,forms,ui,utils}/*.{h,m}",
24     "Smokestack/Classes/SSKeychain/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "libraries": "sqlite3",
32   "xcconfig": {
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "dependencies": {
36     "Q": [
38     ],
39     "SCFFLD": [
41     ],
42     "GRMustache": [
44     ],
45     "MPMessagePack": [
47     ]
48   }