blob: 304a9db591ed00fa7d6d30a646f8d21a6cd56776 [file] [log] [blame]
{
"name": "PoporFoundation",
"version": "0.0.17",
"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.17"
},
"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": "PrefixCore",
"ios": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/PrefixOs": [
]
}
},
"source_files": [
"PoporFoundation/Classes/PrefixBlock.h",
"PoporFoundation/Classes/PrefixColor.h",
"PoporFoundation/Classes/PrefixFont.h",
"PoporFoundation/Classes/PrefixFun.h",
"PoporFoundation/Classes/PrefixSize.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/PrefixCore": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"source_files": [
"PoporFoundation/Classes/NSArray*.{h,m}",
"PoporFoundation/Classes/NSMutableArray*.{h,m}"
]
},
{
"name": "NSAssistant",
"ios": {
"dependencies": {
"PoporFoundation/PrefixOs": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/PrefixOs": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/PrefixOs": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"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/PrefixCore": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/PrefixCore": [
]
}
},
"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}"
}
]
}