blob: 8e6574bf41513bd9627b67a9bb1256e03b38e3d1 [file] [log] [blame]
{
"name": "NGCategories",
"version": "0.0.8",
"summary": "Some useful iOS categories.",
"description": "Some useful iOS categories!",
"homepage": "https://github.com/naijoug/NGCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naijoug": "naijoug@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/naijoug/NGCategories.git",
"tag": "0.0.8"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"public_header_files": "NGCategories/NGCategories.h",
"source_files": "NGCategories/NGCategories.h",
"subspecs": [
{
"name": "Foundation",
"public_header_files": "NGCategories/Foundation/NGFoundation.h",
"source_files": "NGCategories/Foundation/NGFoundation.h",
"subspecs": [
{
"name": "NSArray",
"public_header_files": "NGCategories/Foundation/NSArray/*.h",
"source_files": "NGCategories/Foundation/NSArray/*.{h,m}"
},
{
"name": "NSBundle",
"public_header_files": "NGCategories/Foundation/NSBundle/*.h",
"source_files": "NGCategories/Foundation/NSBundle/*.{h,m}"
},
{
"name": "NSAttributedString",
"public_header_files": "NGCategories/Foundation/NSAttributedString/*.h",
"source_files": "NGCategories/Foundation/NSAttributedString/*.{h,m}"
},
{
"name": "NSDate",
"public_header_files": "NGCategories/Foundation/NSDate/*.h",
"source_files": "NGCategories/Foundation/NSDate/*.{h,m}"
},
{
"name": "NSObject",
"public_header_files": "NGCategories/Foundation/NSObject/*.h",
"source_files": "NGCategories/Foundation/NSObject/*.{h,m}"
},
{
"name": "NSString",
"public_header_files": "NGCategories/Foundation/NSString/*.h",
"source_files": "NGCategories/Foundation/NSString/*.{h,m}"
}
]
},
{
"name": "UIkit",
"public_header_files": "NGCategories/UIKit/NGUIKit.h",
"source_files": "NGCategories/UIKit/NGUIKit.h",
"subspecs": [
{
"name": "UIBarButtonItem",
"public_header_files": "NGCategories/UIKit/UIBarButtonItem/*.h",
"source_files": "NGCategories/UIKit/UIBarButtonItem/*.{h,m}"
},
{
"name": "UIColor",
"public_header_files": "NGCategories/UIKit/UIColor/*.h",
"source_files": "NGCategories/UIKit/UIColor/*.{h,m}"
},
{
"name": "UIImage",
"public_header_files": "NGCategories/UIKit/UIImage/*.h",
"source_files": "NGCategories/UIKit/UIImage/*.{h,m}"
},
{
"name": "UILabel",
"public_header_files": "NGCategories/UIKit/UILabel/*.h",
"source_files": "NGCategories/UIKit/UILabel/*.{h,m}"
},
{
"name": "UINavigationController",
"public_header_files": "NGCategories/UIKit/UINavigationController/*.h",
"source_files": "NGCategories/UIKit/UINavigationController/*.{h,m}"
},
{
"name": "UITextView",
"public_header_files": "NGCategories/UIKit/UITextView/*.h",
"source_files": "NGCategories/UIKit/UITextView/*.{h,m}"
},
{
"name": "UIScreen",
"public_header_files": "NGCategories/UIKit/UIScreen/*.h",
"source_files": "NGCategories/UIKit/UIScreen/*.{h,m}"
},
{
"name": "UIView",
"public_header_files": "NGCategories/UIKit/UIView/*.h",
"source_files": "NGCategories/UIKit/UIView/*.{h,m}"
}
]
}
]
}