[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / e / d / DVACategories / 1.7.1 / DVACategories.podspec.json
blob660a500b453eeca93c092e81e966d8f688d37a8e
2   "name": "DVACategories",
3   "version": "1.7.1",
4   "summary": "This pod hosts DVACategories commonly used by DVA iOS developers.",
5   "description": "This is a pod containing categories commonly used on iOS development.\n\n                        Currently it holds:\n\n                        * Analytics:\n                        ** GAI+DVALib: A category helper for the Google Analytics Platform\n                        * UIColor:\n                        ** UIColor+DVALib: A class that implements helper for UIColor.\n                        * NSAttributedString:\n                        ** NSAttributedString+DVASize: A class to compute size for attributtedString\n                        * UITableView:\n                        ** UITableView+DVACellHeight: Calculates heights for cells at tableViews\n\n                        Added 1.2.1:\n\n                        * CAGradientLayer:\n                        ** CAGradientLayer+DVAGradient: Creates a gradient layer for your views. Added animation possibilities.\n                        * CAShapeLayer:\n                        ** CAShapeLayer+DVADashedBorder: Creates a layer to set a dashed border on a view.\n                        ** CAShapeLayer+DVARound: Creates a layer to set a completely round side on a view.\n\n                        Added 1.3.0:\n                        * UITCollectionViewCell:\n                        ** UICollectionViewCell+DVAReusableCollectionCell: Reuses and registers cells at collectionViews\n\n                        Added 1.4.0:\n                        * NSString:\n                        ** NSString+DVASecure: MD5 hashing.\n                        ** NSString+DVAValidator: Some validation methods.\n\n                        Added 1.5.0:\n                        * NSString:\n                            ** NSString+DVAAttributedString: Attributed String converter.\n                            ** NSString+DVALocalized: Localized string convenience method.\n                        * NSAttributedString:\n                            ** NSAttributedString+DVAAttributedString: Add attributes to an attributed string.\n                            ** NSAttributedString+DVAImageAttachment: Attributted Strings with image attachments.\n                        * NSArray:\n                            ** NSArray+FP: Functional programming helpers.\n                        * NSDictionary:\n                            ** NSDictionary+FP: Functional programming helpers.\n                        * NSData:\n                            ** NSData+DVASecure: MD5 hashing.\n                        * UIImage:\n                            ** UIImage+DVASecure: MD5 hashing.\n                        * UILabel:\n                            ** UILabel+DVABadgeLabel: Setup a label over a view like a badge.\n                        * UIView:\n                            ** UIView+DVABadgeLabel: Setup a view over a view like a badge.\n                        Added 1.6.0:\n                        * NSString: Badge view now can be a string\n                        Added 1.7.0:\n                        * NSString: Strings from bundle\n\n# --------\n# ADD NEW CATEGORIES HERE\n# --------",
6   "homepage": "https://www.develapps.es",
7   "license": "MIT",
8   "authors": {
9     "Pablo Romeu": "pablo.romeu@develapps.com",
10     "Pablo Salva": "pablo.salva@develapps.com"
11   },
12   "source": {
13     "git": "https://github.com/develapps/DVACategories.git",
14     "tag": "1.7.1",
15     "submodules": true
16   },
17   "social_media_url": "https://twitter.com/pabloromeu",
18   "platforms": {
19     "ios": "7.1"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Pod/Classes/Core/**/*.{h,m,c}",
30       "dependencies": {
31         "DVACategories/UIColor": [
33         ],
34         "DVACategories/NSAttributedString": [
36         ],
37         "DVACategories/NSString": [
39         ],
40         "DVACategories/CAGradientLayer": [
42         ],
43         "DVACategories/CAShapeLayer": [
45         ],
46         "DVACategories/UICollectionViewCell": [
48         ],
49         "DVACategories/NSArray": [
51         ],
52         "DVACategories/NSDictionary": [
54         ],
55         "DVACategories/NSData": [
57         ],
58         "DVACategories/UIImage": [
60         ],
61         "DVACategories/UILabel": [
63         ],
64         "DVACategories/UIView": [
66         ],
67         "DVACategories/UITableView": [
69         ]
70       }
71     },
72     {
73       "name": "UIColor",
74       "source_files": "Pod/Classes/UIColor/**/*.{h,m}"
75     },
76     {
77       "name": "NSAttributedString",
78       "source_files": "Pod/Classes/NSAttributtedString/**/*.{h,m}"
79     },
80     {
81       "name": "NSString",
82       "dependencies": {
83         "DVACategories/NSAttributedString": [
85         ]
86       },
87       "source_files": "Pod/Classes/NSString/**/*.{h,m}"
88     },
89     {
90       "name": "UITableView",
91       "source_files": "Pod/Classes/UITableView/**/*.{h,m}"
92     },
93     {
94       "name": "CAGradientLayer",
95       "frameworks": "QuartzCore",
96       "source_files": "Pod/Classes/CAGradientLayer/**/*.{h,m}"
97     },
98     {
99       "name": "CAShapeLayer",
100       "frameworks": "QuartzCore",
101       "source_files": "Pod/Classes/CAShapeLayer/**/*.{h,m}"
102     },
103     {
104       "name": "UICollectionViewCell",
105       "source_files": "Pod/Classes/UICollectionViewCell/**/*.{h,m}"
106     },
107     {
108       "name": "NSArray",
109       "source_files": "Pod/Classes/NSArray/**/*.{h,m}"
110     },
111     {
112       "name": "NSDictionary",
113       "source_files": "Pod/Classes/NSDictionary/**/*.{h,m}"
114     },
115     {
116       "name": "NSData",
117       "source_files": "Pod/Classes/NSData/**/*.{h,m}"
118     },
119     {
120       "name": "UIImage",
121       "dependencies": {
122         "DVACategories/NSData": [
124         ]
125       },
126       "source_files": "Pod/Classes/UIImage/**/*.{h,m}"
127     },
128     {
129       "name": "UILabel",
130       "dependencies": {
131         "DVACategories/UIView": [
133         ]
134       },
135       "source_files": "Pod/Classes/UILabel/**/*.{h,m}"
136     },
137     {
138       "name": "UIView",
139       "source_files": "Pod/Classes/UIView/**/*.{h,m}"
140     }
141   ]