blob: e84fc5f5d86013943db3d882209d53f7d1974f02 [file] [log] [blame]
{
"name": "iOS-Category",
"version": "1.0.5",
"summary": "iOS Category for UIKit and Foundation classes like UIColor, UIView, NSDate, NSData etc",
"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",
"homepage": "https://github.com/milanpanchal/",
"screenshots": [
"https://raw.github.com/milanpanchal/iOS-Category/master/Screenshots/gredient_example.png",
"https://raw.github.com/milanpanchal/iOS-Category/master/Screenshots/combine_images.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Milan Panchal": "sam07it22@gmail.com"
},
"social_media_url": "http://twitter.com/milan_panchal24",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/milanpanchal/iOS-Category.git",
"tag": "1.0.5"
},
"source_files": "Source",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}