2 "name": "DVACategories",
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",
9 "Pablo Romeu": "pablo.romeu@develapps.com",
10 "Pablo Salva": "pablo.salva@develapps.com"
13 "git": "https://github.com/develapps/DVACategories.git",
17 "social_media_url": "https://twitter.com/pabloromeu",
29 "source_files": "Pod/Classes/Core/**/*.{h,m,c}",
31 "DVACategories/UIColor": [
34 "DVACategories/NSAttributedString": [
37 "DVACategories/NSString": [
40 "DVACategories/CAGradientLayer": [
43 "DVACategories/CAShapeLayer": [
46 "DVACategories/UICollectionViewCell": [
49 "DVACategories/NSArray": [
52 "DVACategories/NSDictionary": [
55 "DVACategories/NSData": [
58 "DVACategories/UIImage": [
61 "DVACategories/UILabel": [
64 "DVACategories/UIView": [
67 "DVACategories/UITableView": [
74 "source_files": "Pod/Classes/UIColor/**/*.{h,m}"
77 "name": "NSAttributedString",
78 "source_files": "Pod/Classes/NSAttributtedString/**/*.{h,m}"
83 "DVACategories/NSAttributedString": [
87 "source_files": "Pod/Classes/NSString/**/*.{h,m}"
90 "name": "UITableView",
91 "source_files": "Pod/Classes/UITableView/**/*.{h,m}"
94 "name": "CAGradientLayer",
95 "frameworks": "QuartzCore",
96 "source_files": "Pod/Classes/CAGradientLayer/**/*.{h,m}"
99 "name": "CAShapeLayer",
100 "frameworks": "QuartzCore",
101 "source_files": "Pod/Classes/CAShapeLayer/**/*.{h,m}"
104 "name": "UICollectionViewCell",
105 "source_files": "Pod/Classes/UICollectionViewCell/**/*.{h,m}"
109 "source_files": "Pod/Classes/NSArray/**/*.{h,m}"
112 "name": "NSDictionary",
113 "source_files": "Pod/Classes/NSDictionary/**/*.{h,m}"
117 "source_files": "Pod/Classes/NSData/**/*.{h,m}"
122 "DVACategories/NSData": [
126 "source_files": "Pod/Classes/UIImage/**/*.{h,m}"
131 "DVACategories/UIView": [
135 "source_files": "Pod/Classes/UILabel/**/*.{h,m}"
139 "source_files": "Pod/Classes/UIView/**/*.{h,m}"