[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / e / TriceKit / 0.0.2 / TriceKit.podspec.json
blob069bfbc512e7a72c235a9421e2be9fea2729de33
2   "name": "TriceKit",
3   "version": "0.0.2",
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.0.2"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-lObjC -lc++"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "include/TriceKitShared/*.h",
29       "vendored_libraries": "libTriceKitShared.a",
30       "dependencies": {
31         "AFNetworking/NSURLSession": [
33         ],
34         "Mantle": [
36         ]
37       }
38     },
39     {
40       "name": "ZTA",
41       "source_files": "include/TriceKitMapping/*.h",
42       "vendored_libraries": "libTriceKitZTA.a",
43       "dependencies": {
44         "TriceKit/Core": [
46         ]
47       }
48     }
49   ]