[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 1 / iOS-Category / 1.0.5 / iOS-Category.podspec.json
blobe84fc5f5d86013943db3d882209d53f7d1974f02
2   "name": "iOS-Category",
3   "version": "1.0.5",
4   "summary": "iOS Category for UIKit and Foundation classes like UIColor, UIView, NSDate, NSData etc",
5   "description": "                   Categories for Objective-C, Utility methods and Macros \n\n\t\t   This library includes these categories:\n\t\t   - NSData\n\t\t   - NSDate\n\t\t   - NSObject\n\t\t   - NSString\n\t\t   - NSMutableArray\n\t\t   - UIAlertView\n\t\t   - UIApplication\n\t\t   - UIColor\n\t\t   - UIImage\n\t\t   - UIView\n\t\t   - UIViewController\n\t\t   - UILabel\n\n",
6   "homepage": "https://github.com/milanpanchal/",
7   "screenshots": [
8     "https://raw.github.com/milanpanchal/iOS-Category/master/Screenshots/gredient_example.png",
9     "https://raw.github.com/milanpanchal/iOS-Category/master/Screenshots/combine_images.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Milan Panchal": "sam07it22@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/milan_panchal24",
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source": {
23     "git": "https://github.com/milanpanchal/iOS-Category.git",
24     "tag": "1.0.5"
25   },
26   "source_files": "Source",
27   "requires_arc": true,
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   }