[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / a / 4 / 0 / Sealant / 1.0 / Sealant.podspec.json
blobcd17ee42cb50b956b7e3e870d04cab514447d793
2   "name": "Sealant",
3   "version": "1.0",
4   "summary": "iOS Testing Glue - fixtures, matchers and helpers.",
5   "homepage": "https://github.com/blazingcloud/sealant",
6   "authors": {
7     "Blazing Pair": "blazingpair@blazingcloud.net",
8     "Paul Zabelin": "paul@blazingcloud.net"
9   },
10   "license": {
11     "type": "MIT"
12   },
13   "source": {
14     "git": "https://github.com/blazingcloud/sealant.git",
15     "tag": "1.0"
16   },
17   "description": "This pod provides a set of utilities for automated testing on iOS.",
18   "preserve_paths": "Scripts",
19   "requires_arc": true,
20   "default_subspecs": [
21     "Sealant"
22   ],
23   "subspecs": [
24     {
25       "name": "Sealant",
26       "source_files": "Classes/*.{h,m}",
27       "dependencies": {
28         "JRSwizzle": [
30         ]
31       }
32     },
33     {
34       "name": "Kiwi",
35       "source_files": "Classes/Kiwi/*.{h,m}",
36       "dependencies": {
37         "Kiwi": [
39         ]
40       }
41     },
42     {
43       "name": "MKNetworkKit",
44       "source_files": "Classes/MKNetworkKit/*.{h,m}",
45       "dependencies": {
46         "MKNetworkKit": [
48         ],
49         "JRSwizzle": [
51         ]
52       }
53     },
54     {
55       "name": "Objection",
56       "source_files": "Classes/Objection/*.{h,m}",
57       "dependencies": {
58         "Objection": [
60         ]
61       }
62     },
63     {
64       "name": "TestFlight",
65       "source_files": "Classes/TestFlight/*.{h,m}"
66     }
67   ]