blob: 75b0b76b5a57c9cefbd308feb24088d861d3535f [file] [log] [blame]
{
"name": "OLCategoryHelper",
"version": "0.0.1",
"license": "MIT License",
"summary": "A Category Library of Objective-C",
"description": " OLCategoryHelper is a Library contain many helpful categoris.\n To Exned Cocoa Framework or some popular Framework.\n Jusy use specified category you need.\n\n",
"homepage": "https://github.com/payliu/OLCategoryHelper",
"authors": {
"Pay Liu": "payliu@gmail.com",
"Josh": "josh@octalord.com"
},
"source": {
"git": "https://github.com/payliu/OLCategoryHelper.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"subspecs": [
{
"name": "Category",
"source_files": "src/Category",
"subspecs": [
{
"name": "NSData",
"dependencies": {
"OLCategoryHelper/NSData+AES": [
]
}
},
{
"name": "NSDate",
"dependencies": {
"OLCategoryHelper/NSDate+Translator": [
]
}
},
{
"name": "NSNumber",
"dependencies": {
"OLCategoryHelper/NSNumber+Date": [
],
"OLCategoryHelper/NSNumber+Random": [
]
}
},
{
"name": "NSString",
"dependencies": {
"OLCategoryHelper/NSString+BOOL": [
]
}
},
{
"name": "UIColor",
"dependencies": {
"OLCategoryHelper/UIColor+HexString": [
],
"OLCategoryHelper/UIColor+RGB": [
]
}
},
{
"name": "UIDevice",
"dependencies": {
"OLCategoryHelper/UIDevice+Resolutions": [
]
}
},
{
"name": "UIImage",
"dependencies": {
"OLCategoryHelper/UIImage+H568": [
]
}
},
{
"name": "UINavigationController",
"dependencies": {
"OLCategoryHelper/UINavigationController+Pilot": [
]
}
},
{
"name": "UIView",
"dependencies": {
"OLCategoryHelper/UIView+ViewFrameGeometry": [
]
}
}
]
},
{
"name": "NSData+AES",
"source_files": "src/Category/NSData/NSData+AES"
},
{
"name": "NSDate+Translator",
"source_files": "src/Category/NSDate/NSDate+Translator"
},
{
"name": "NSNumber+Date",
"source_files": "src/Category/NSNumber/NSNumber+Date"
},
{
"name": "NSNumber+Random",
"source_files": "src/Category/NSNumber/NSNumber+Random"
},
{
"name": "NSString+BOOL",
"source_files": "src/Category/NSString/NSString+BOOL"
},
{
"name": "UIColor+HexString",
"source_files": "src/Category/UIColor/UIColor+HexString"
},
{
"name": "UIColor+RGB",
"source_files": "src/Category/UIColor/UIColor+RGB"
},
{
"name": "UIDevice+Resolutions",
"source_files": "src/Category/UIDevice/UIDevice+Resolutions"
},
{
"name": "UIImage+H568",
"source_files": "src/Category/UIImage/UIImage+H568",
"dependencies": {
"OLCategoryHelper/UIDevice+Resolutions": [
]
}
},
{
"name": "UINavigationController+Pilot",
"source_files": "src/Category/UINavigationController/UINavigationController+Pilot"
},
{
"name": "UIView+ViewFrameGeometry",
"source_files": "src/Category/UIView/UIView+ViewFrameGeometry"
}
]
}