| { |
| "name": "SimLib", |
| "version": "1.0.0.8", |
| "summary": "iOS Kit", |
| "description": "iOS common kit", |
| "homepage": "https://github.com/goham/SimLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "SimGao": "goham@126.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/goham/SimLib.git", |
| "tag": "1.0.0.8", |
| "submodules": true |
| }, |
| "source_files": "SimLib/SimLib.h", |
| "exclude_files": "Classes/Exclude", |
| "public_header_files": "SimLib/SimLib.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Category", |
| "subspecs": [ |
| { |
| "name": "NSArray", |
| "source_files": "SimLib/Category/NSArray/*.{h,m}", |
| "public_header_files": "SimLib/Category/NSArray/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "NSData", |
| "source_files": "SimLib/Category/NSData/*.{h,m}", |
| "public_header_files": "SimLib/Category/NSData/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "NSDate", |
| "source_files": "SimLib/Category/NSDate/*.{h,m}", |
| "public_header_files": "SimLib/Category/NSDate/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "NSDictionary", |
| "source_files": "SimLib/Category/NSDictionary/*.{h,m}", |
| "public_header_files": "SimLib/Category/NSDictionary/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "NSObject", |
| "source_files": "SimLib/Category/NSObject/*.{h,m}", |
| "public_header_files": "SimLib/Category/NSObject/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "NSString", |
| "source_files": "SimLib/Category/NSString/*.{h,m}", |
| "public_header_files": "SimLib/Category/NSString/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UIButton", |
| "source_files": "SimLib/Category/UIButton/*.{h,m}", |
| "public_header_files": "SimLib/Category/UIButton/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UIColor", |
| "source_files": "SimLib/Category/UIColor/*.{h,m}", |
| "public_header_files": "SimLib/Category/UIColor/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UIImage", |
| "source_files": "SimLib/Category/UIImage/*.{h,m}", |
| "public_header_files": "SimLib/Category/UIImage/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UINavigationController", |
| "source_files": "SimLib/Category/UINavigationController/*.{h,m}", |
| "public_header_files": "SimLib/Category/UINavigationController/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UINavigationSXFixSpace", |
| "source_files": "SimLib/Category/UINavigationSXFixSpace/*.{h,m}", |
| "public_header_files": "SimLib/Category/UINavigationSXFixSpace/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UIPanGestureRecognizer", |
| "source_files": "SimLib/Category/UIPanGestureRecognizer/*.{h,m}", |
| "public_header_files": "SimLib/Category/UIPanGestureRecognizer/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UITextView", |
| "source_files": "SimLib/Category/UITextView/*.{h,m}", |
| "public_header_files": "SimLib/Category/UITextView/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "UIView", |
| "source_files": "SimLib/Category/UIView/*.{h,m}", |
| "public_header_files": "SimLib/Category/UIView/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |
| ] |
| }, |
| { |
| "name": "Macro", |
| "source_files": "SimLib/Macro/*.{h,m}", |
| "public_header_files": "SimLib/Macro/*.h" |
| }, |
| { |
| "name": "SimKit", |
| "subspecs": [ |
| { |
| "name": "FSImgView", |
| "source_files": "SimLib/SimKit/FSImgView/*.{h,m}", |
| "public_header_files": "SimLib/SimKit/FSImgView/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "FSViewFlowLayout", |
| "source_files": "SimLib/SimKit/FSViewFlowLayout/*.{h,m}", |
| "public_header_files": "SimLib/SimKit/FSViewFlowLayout/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "FSSwitchTabView", |
| "source_files": "SimLib/SimKit/FSSwitchTabView/*.{h,m}", |
| "public_header_files": "SimLib/SimKit/FSSwitchTabView/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "SGVideoPlayer", |
| "source_files": "SimLib/SimKit/SGVideoPlayer/*.{h,m}", |
| "public_header_files": "SimLib/SimKit/SGVideoPlayer/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| { |
| "name": "SGRouter", |
| "source_files": "SimLib/SimKit/SGRouter/*.{h,m}", |
| "public_header_files": "SimLib/SimKit/SGRouter/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |
| ] |
| } |
| ] |
| } |