[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / e / TriceKit / 0.4.16 / TriceKit.podspec.json
blob0564540441b332389b0577196a3afd2a5862893e
2   "name": "TriceKit",
3   "version": "0.4.16",
4   "summary": "The TriceKit iOS SDK does things.",
5   "homepage": "http://tricekit.com/",
6   "license": {
7     "type": "none",
8     "text": "Copyright 2015 STQRY"
9   },
10   "authors": {
11     "Jake": "jake.bellamy@stqry.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/stqry/TriceKit.git",
18     "tag": "0.4.16"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC -lc++"
23   },
24   "source_files": "include/TriceKit.{h,m}",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "include/TriceKitShared/*.{h,m}",
29       "vendored_libraries": "libTriceKitShared.a",
30       "dependencies": {
31         "AFNetworking/NSURLSession": [
32           "~> 2.5"
33         ],
34         "Mantle": [
35           "~> 1.5"
36         ]
37       }
38     },
39     {
40       "name": "ZTA",
41       "source_files": "include/TriceKitZTA/*.{h,m}",
42       "vendored_libraries": "libTriceKitZTA.a",
43       "dependencies": {
44         "TriceKit/Core": [
46         ]
47       }
48     },
49     {
50       "name": "Mapping",
51       "source_files": "include/TriceKitMapping/*.{h,m}",
52       "vendored_libraries": "libTriceKitMapping.a",
53       "dependencies": {
54         "TriceKit/Core": [
56         ],
57         "BFPaperView": [
58           "~> 2.1"
59         ],
60         "BFPaperButton": [
61           "~> 2.0"
62         ],
63         "Masonry": [
64           "~> 0.6"
65         ],
66         "PocketSVG": [
67           "~> 0.6"
68         ],
69         "SDWebImage": [
70           "~> 3.7"
71         ]
72       }
73     }
74   ]