[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 5 / 0 / PMUtils / 1.1.2 / PMUtils.podspec.json
blob0afd3692ebbbee9311ee1cfcd93e4fdb70b9f4a4
2   "name": "PMUtils",
3   "version": "1.1.2",
4   "summary": "PMUtils contains categories on Foundation and UIKit classes as well as a few custom classes for common use cases.",
5   "homepage": "https://github.com/pm-dev/PMUtils",
6   "license": "MIT",
7   "authors": {
8     "Peter Meyers": "petermeyers1@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pm-dev/PMUtils.git",
12     "tag": "1.1.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "public_header_files": "Pod/Classes/**/*.h",
18   "source_files": "Pod/Classes/*.{h,m}",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "UIKit+PMUtils",
23       "source_files": "Pod/Classes/UIKit+PMUtils/*.{h,m}",
24       "public_header_files": "Pod/Classes/UIKit+PMUtils/*.h",
25       "dependencies": {
26         "PMUtils/Foundation+PMUtils": [
28         ],
29         "PMUtils/PMProtocolInterceptor": [
31         ]
32       }
33     },
34     {
35       "name": "Foundation+PMUtils",
36       "source_files": "Pod/Classes/Foundation+PMUtils/*.{h,m}",
37       "public_header_files": "Pod/Classes/Foundation+PMUtils/*.h",
38       "frameworks": "CoreData"
39     },
40     {
41       "name": "PMAnimationOperation",
42       "source_files": "Pod/Classes/PMAnimationOperation/*.{h,m}",
43       "public_header_files": "Pod/Classes/PMAnimationOperation/*.h"
44     },
45     {
46       "name": "PMOrderedDictionary",
47       "source_files": "Pod/Classes/PMOrderedDictionary/*.{h,m}",
48       "public_header_files": "Pod/Classes/PMOrderedDictionary/*.h"
49     },
50     {
51       "name": "PMProtocolInterceptor",
52       "source_files": "Pod/Classes/PMProtocolInterceptor/*.{h,m}",
53       "public_header_files": "Classes/PMProtocolInterceptor/*.h"
54     },
55     {
56       "name": "PMCircularCollectionView",
57       "source_files": "Pod/Classes/PMCircularCollectionView/*.{h,m}",
58       "public_header_files": "Pod/Classes/PMCircularCollectionView/*.h",
59       "dependencies": {
60         "PMUtils/UIKit+PMUtils": [
62         ],
63         "PMUtils/PMProtocolInterceptor": [
65         ]
66       }
67     },
68     {
69       "name": "PMImageFilmstrip",
70       "source_files": "Pod/Classes/PMImageFilmstrip/*.{h,m}",
71       "public_header_files": "Pod/Classes/PMImageFilmstrip/*.h",
72       "dependencies": {
73         "PMUtils/PMCircularCollectionView": [
75         ]
76       }
77     },
78     {
79       "name": "PMFloatLabel",
80       "source_files": "Pod/Classes/PMFloatLabel/*.{h,m}",
81       "public_header_files": "Pod/Classes/PMFloatLabel/*.h",
82       "dependencies": {
83         "PMUtils/PMProtocolInterceptor": [
85         ]
86       }
87     },
88     {
89       "name": "PMProgressHUD",
90       "source_files": "Pod/Classes/PMProgressHUD/*.{h,m}",
91       "public_header_files": "Pod/Classes/PMProgressHUD/*.h",
92       "dependencies": {
93         "PMUtils/UIKit+PMUtils": [
95         ]
96       },
97       "resource_bundles": {
98         "PMProgressHUD": [
99           "Pod/Classes/PMProgressHUD/*.{xib,png}"
100         ]
101       }
102     },
103     {
104       "name": "PMCollectionViewSwipeCell",
105       "source_files": "Pod/Classes/PMCollectionViewSwipeCell/*.{h,m}",
106       "public_header_files": "Pod/Classes/PMCollectionViewSwipeCell/*.h"
107     },
108     {
109       "name": "PMInnerShadowView",
110       "source_files": "Pod/Classes/PMInnerShadowView/*.{h,m}",
111       "public_header_files": "Pod/Classes/PMInnerShadowView/*.h"
112     },
113     {
114       "name": "PMGradientView",
115       "source_files": "Pod/Classes/PMGradientView/*.{h,m}",
116       "public_header_files": "Pod/Classes/PMGradientView/*.h"
117     },
118     {
119       "name": "PMInfiniteScrollView",
120       "source_files": "Pod/Classes/PMInfiniteScrollView/*.{h,m}",
121       "public_header_files": "Pod/Classes/PMInfiniteScrollView/*.h",
122       "dependencies": {
123         "PMUtils/UIKit+PMUtils": [
125         ]
126       },
127       "frameworks": "MapKit"
128     },
129     {
130       "name": "PMRoundedBorderView",
131       "source_files": "Pod/Classes/PMRoundedBorderView/*.{h,m}",
132       "public_header_files": "Pod/Classes/PMRoundedBorderView/*.h"
133     },
134     {
135       "name": "PMKeyboardListener",
136       "source_files": "Pod/Classes/PMKeyboardListener/*.{h,m}",
137       "public_header_files": "Pod/Classes/PMKeyboardListener/*.h"
138     },
139     {
140       "name": "PMStickyHeaderFlowLayout",
141       "source_files": "Pod/Classes/PMStickyHeaderFlowLayout/*.{h,m}",
142       "public_header_files": "Pod/Classes/PMStickyHeaderFlowLayout/*.h"
143     }
144   ]