[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / e / 3 / PYException / 0.1.25 / PYException.podspec.json
blob1851e687722cffd183f0edb3cce9dba39d2ca3b5
2   "name": "PYException",
3   "version": "0.1.25",
4   "summary": "PYException...Help developers reduce crash",
5   "description": "PYException,Help developers reduce crash,example arr dic..and so on",
6   "homepage": "https://github.com/puyangdev/PYException",
7   "license": "MIT",
8   "authors": {
9     "puyangdev": "yupuyang@foxmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/puyangdev/PYException.git",
16     "tag": "0.1.25"
17   },
18   "default_subspecs": "All",
19   "frameworks": "Foundation",
20   "subspecs": [
21     {
22       "name": "All",
23       "dependencies": {
24         "PYException/Swizzling": [
26         ],
27         "PYException/ARC": [
29         ],
30         "PYException/MRC": [
32         ],
33         "PYException/PYDeallocBlock": [
35         ],
36         "PYException/Global": [
38         ],
39         "PYException/Header": [
41         ]
42       }
43     },
44     {
45       "name": "Header",
46       "requires_arc": true,
47       "source_files": "PYException/PYExceptionHeader.h"
48     },
49     {
50       "name": "Global",
51       "requires_arc": true,
52       "source_files": "PYException/Global/**/*"
53     },
54     {
55       "name": "ARC",
56       "requires_arc": true,
57       "source_files": "PYException/ARC/**/*",
58       "dependencies": {
59         "PYException/Swizzling": [
61         ],
62         "PYException/PYDeallocBlock": [
64         ]
65       }
66     },
67     {
68       "name": "Swizzling",
69       "requires_arc": true,
70       "source_files": "PYException/Swizzling/**/*",
71       "dependencies": {
72         "PYException/Global": [
74         ]
75       }
76     },
77     {
78       "name": "MRC",
79       "requires_arc": false,
80       "source_files": "PYException/MRC/**/*",
81       "dependencies": {
82         "PYException/Swizzling": [
84         ],
85         "PYException/PYDeallocBlock": [
87         ]
88       }
89     },
90     {
91       "name": "PYDeallocBlock",
92       "requires_arc": true,
93       "source_files": "PYException/PYDeallocBlock/**/*"
94     }
95   ]