[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / e / TriceKit / 0.3.0 / TriceKit.podspec.json
blob39eceb2fb419586207ef17115cd00eed3c8aa2e7
2   "name": "TriceKit",
3   "version": "0.3.0",
4   "summary": "The TriceKit iOS SDK does things. Better summary coming soon.",
5   "description": "                   Todo:\n                   A longer description of TriceKit in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it! sgs\n",
6   "homepage": "http://tricekit.com/",
7   "license": {
8     "type": "none",
9     "text": "Copyright 2015 STQRY"
10   },
11   "authors": {
12     "Jake": "jake.bellamy@stqry.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/stqry/TriceKit.git",
19     "tag": "0.3.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-lObjC -lc++"
24   },
25   "source_files": "include/TriceKit.h",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "include/TriceKitShared/*.h",
30       "vendored_libraries": "libTriceKitShared.a",
31       "dependencies": {
32         "AFNetworking/NSURLSession": [
33           "~> 2.5"
34         ],
35         "Mantle": [
36           "~> 1.5"
37         ]
38       }
39     },
40     {
41       "name": "ZTA",
42       "source_files": "include/TriceKitZTA/*.h",
43       "vendored_libraries": "libTriceKitZTA.a",
44       "dependencies": {
45         "TriceKit/Core": [
47         ]
48       }
49     }
50   ]