blob: e93a725ae2471eb7677f44b6366f0c041345cae8 [file] [log] [blame]
{
"name": "RFKit",
"version": "2.0.0",
"summary": "Tool kit for daily cocoa development.",
"homepage": "https://github.com/BB9z/RFKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BB9z": "BB9z@me.com"
},
"source": {
"git": "https://github.com/BB9z/RFKit.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"exclude_files": "Test",
"preserve_paths": "doc",
"requires_arc": true,
"pod_target_xcconfig": {
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"RFKit/Runtime": [
],
"RFKit/RFGeometry": [
],
"RFKit/Category/Default": [
]
},
"source_files": [
"RFKit.{h,m}",
"RFKitDefaultCategories.h"
]
},
{
"name": "ALL",
"dependencies": {
"RFKit/Default": [
],
"RFKit/Category/All": [
]
},
"ios": {
"dependencies": {
"RFKit/Performance": [
],
"RFKit/doutkit": [
]
}
},
"osx": {
"dependencies": {
"RFKit/Performance": [
],
"RFKit/doutkit": [
]
}
},
"tvos": {
"dependencies": {
"RFKit/Performance": [
],
"RFKit/doutkit": [
]
}
}
},
{
"name": "Foundation",
"source_files": "RFFoundation.*"
},
{
"name": "Runtime",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": [
"dout.{h,m}",
"RFRuntime.*",
"RFARC.h",
"RFDispatch.*",
"RFFeatureSupport.h",
"extobjc/*"
]
},
{
"name": "RFGeometry",
"dependencies": {
"RFKit/Runtime": [
]
},
"source_files": "RFGeometry.{h,m}"
},
{
"name": "Category",
"subspecs": [
{
"name": "Default",
"dependencies": {
"RFKit/Category/NSArray": [
],
"RFKit/Category/NSBundle": [
],
"RFKit/Category/NSDictionary": [
],
"RFKit/Category/NSError": [
],
"RFKit/Category/NSObject": [
],
"RFKit/Category/NSString": [
]
},
"ios": {
"dependencies": {
"RFKit/Category/UIAlertView": [
],
"RFKit/Category/UIButton": [
],
"RFKit/Category/UIColor": [
],
"RFKit/Category/UIDevice": [
],
"RFKit/Category/UIImage": [
],
"RFKit/Category/UINavigationController": [
],
"RFKit/Category/UIResponder": [
],
"RFKit/Category/UIStoryboard": [
],
"RFKit/Category/UITableView": [
],
"RFKit/Category/UIView": [
],
"RFKit/Category/UIView+RFAnimate": [
],
"RFKit/Category/UIViewController": [
]
}
},
"tvos": {
"dependencies": {
"RFKit/Category/UIButton": [
],
"RFKit/Category/UIColor": [
],
"RFKit/Category/UIDevice": [
],
"RFKit/Category/UIImage": [
],
"RFKit/Category/UINavigationController": [
],
"RFKit/Category/UIResponder": [
],
"RFKit/Category/UIStoryboard": [
],
"RFKit/Category/UITableView": [
],
"RFKit/Category/UIView": [
],
"RFKit/Category/UIView+RFAnimate": [
],
"RFKit/Category/UIViewController": [
]
}
},
"watchos": {
"dependencies": {
"RFKit/Category/UIColor": [
],
"RFKit/Category/UIImage": [
]
}
}
},
{
"name": "All",
"dependencies": {
"RFKit/Category/Default": [
],
"RFKit/Category/NSDate": [
],
"RFKit/Category/NSDateFormatter": [
],
"RFKit/Category/NSFileManager": [
],
"RFKit/Category/NSJSONSerialization": [
],
"RFKit/Category/NSNumberFormatter": [
],
"RFKit/Category/NSURL": [
]
},
"ios": {
"dependencies": {
"RFKit/Category/NSLayoutConstraint": [
],
"RFKit/Category/UIScrollView+RFScrolling": [
],
"RFKit/Category/UISearchBar": [
],
"RFKit/Category/UIViewController+RFInterfaceOrientation": [
],
"RFKit/Category/UIWebView": [
]
}
},
"tvos": {
"dependencies": {
"RFKit/Category/NSLayoutConstraint": [
],
"RFKit/Category/UIScrollView+RFScrolling": [
],
"RFKit/Category/UISearchBar": [
],
"RFKit/Category/UIViewController+RFInterfaceOrientation": [
]
}
}
},
{
"name": "NSArray",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/Foundation/NSArray+*"
},
{
"name": "NSBundle",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/Foundation/NSBundle+*"
},
{
"name": "NSDate",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/Foundation/NSDate+*"
},
{
"name": "NSDateFormatter",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/Foundation/NSDateFormatter+*"
},
{
"name": "NSDictionary",
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Category/NSObject": [
]
},
"source_files": "category/Foundation/NSDictionary+*"
},
{
"name": "NSError",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/Foundation/NSError+*"
},
{
"name": "NSFileManager",
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/Foundation/NSFileManager+*"
},
{
"name": "NSJSONSerialization",
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/Foundation/NSJSONSerialization+*"
},
{
"name": "NSNumberFormatter",
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/Foundation/NSNumberFormatter+*"
},
{
"name": "NSObject",
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/Foundation/NSObject+*"
},
{
"name": "NSString",
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/Foundation/NSString+*"
},
{
"name": "NSURL",
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/Foundation/NSURL+*"
},
{
"name": "NSLayoutConstraint",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Category/UIView": [
]
},
"source_files": "category/UIKit/NSLayoutConstraint+*"
},
{
"name": "UIAlertView",
"platforms": {
"ios": "2.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIAlertView+*"
},
{
"name": "UIButton",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIButton+*"
},
{
"name": "UIColor",
"platforms": {
"ios": "6.0",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIColor+*"
},
{
"name": "UIDevice",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/UIKit/UIDevice+*"
},
{
"name": "UIImage",
"platforms": {
"ios": "6.0",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/RFGeometry": [
]
},
"source_files": "category/UIKit/UIImage+*"
},
{
"name": "UINavigationController",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Category/NSArray": [
]
},
"source_files": "category/UIKit/UINavigationController+*"
},
{
"name": "UIResponder",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIResponder+*"
},
{
"name": "UIScrollView+RFScrolling",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIScrollView+RFScrolling*"
},
{
"name": "UISearchBar",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UISearchBar+*"
},
{
"name": "UIStoryboard",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIStoryboard+*"
},
{
"name": "UITableView",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Category/UIView+RFAnimate": [
]
},
"source_files": "category/UIKit/UITableView+*"
},
{
"name": "UIView+RFAnimate",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/Runtime": [
]
},
"source_files": "category/UIKit/UIView+RFAnimate*"
},
{
"name": "UIView",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
],
"RFKit/RFGeometry": [
],
"RFKit/Category/UIResponder": [
]
},
"frameworks": "QuartzCore",
"source_files": "category/UIKit/UIView+RFKit*"
},
{
"name": "UIViewController",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIViewController+RFKit*"
},
{
"name": "UIViewController+RFInterfaceOrientation",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source_files": "category/UIKit/UIViewController+RFInterfaceOrientation*"
},
{
"name": "UIWebView",
"platforms": {
"ios": "6.0"
},
"dependencies": {
"RFKit/Foundation": [
]
},
"source_files": "category/UIKit/UIWebView+*"
}
]
},
{
"name": "Performance",
"dependencies": {
"RFKit/Runtime": [
]
},
"source_files": "RFPerformance.{h,m}"
},
{
"name": "doutkit",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"dependencies": {
"RFKit/Runtime": [
],
"RFKit/Performance": [
]
},
"source_files": "doutkit/*.{h,m}"
}
]
}