blob: 4643c4b4c492971ddbb75fd1897ca82405c27457 [file] [log] [blame]
{
"name": "PoporFoundation",
"version": "0.0.11",
"summary": "1.Some safe function with runtime, NSArray, NSDictionary, NSURL etc. 2.Some useful tools",
"homepage": "https://github.com/popor/PoporFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://github.com/popor/PoporFoundation.git",
"tag": "0.0.11"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "PoporFoundation/Classes/PoporFoundation.h",
"public_header_files": "PoporFoundation/Classes/PoporFoundation.h",
"subspecs": [
{
"name": "NSObject",
"source_files": "PoporFoundation/Classes/NSObject+Swizzling.{h,m}"
},
{
"name": "KVO",
"source_files": "PoporFoundation/Classes/NSObject+WMSafeKVO.{h,m}"
},
{
"name": "prefix",
"ios": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"source_files": [
"PoporFoundation/Classes/BlockMacroDefines.h",
"PoporFoundation/Classes/ColorPrefix.h",
"PoporFoundation/Classes/FontPrefix.h",
"PoporFoundation/Classes/FunctionPrefix.h",
"PoporFoundation/Classes/SizePrefix.h"
]
},
{
"name": "NSString",
"ios": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"source_files": "PoporFoundation/Classes/NSString*.{h,m}"
},
{
"name": "PrefixOs",
"source_files": "PoporFoundation/Classes/PrefixOs.h"
},
{
"name": "NSArray",
"ios": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/prefix": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/prefix": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/prefix": [
]
}
},
"source_files": [
"PoporFoundation/Classes/NSArray*.{h,m}",
"PoporFoundation/Classes/NSMutableArray*.{h,m}"
]
},
{
"name": "NSAssistant",
"ios": {
"dependencies": {
"PoporFoundation/prefix": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/prefix": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/prefix": [
]
}
},
"source_files": "PoporFoundation/Classes/NSAssistant.{h,m}"
},
{
"name": "NSData",
"source_files": "PoporFoundation/Classes/NSData*.{h,m}"
},
{
"name": "NSDate",
"ios": {
"dependencies": {
"PoporFoundation/NSString": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSString": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSString": [
]
}
},
"source_files": "PoporFoundation/Classes/NSDate*.{h,m}"
},
{
"name": "NSDictionary",
"ios": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/prefix": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/prefix": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/prefix": [
]
}
},
"source_files": "PoporFoundation/Classes/NSDictionary*.{h,m}"
},
{
"name": "NSURL",
"ios": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"source_files": "PoporFoundation/Classes/NSURL*.{h,m}"
},
{
"name": "ScreenCommonSize",
"source_files": "PoporFoundation/Classes/ScreenCommonSize.{h,m}"
},
{
"name": "NSDecimalNumber",
"ios": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"source_files": "PoporFoundation/Classes/NSDecimalNumber*.{h,m}"
}
]
}