blob: 85ca6d99879908d9a6720187a8fc0dbda7497154 [file] [log] [blame]
{
"name": "PoporFoundation",
"version": "1.21",
"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": "1.21"
},
"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": "Os",
"source_files": "PoporFoundation/Classes/Os/*.h"
},
{
"name": "Prefix",
"ios": {
"dependencies": {
"PoporFoundation/Os": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/Os": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/Os": [
]
}
},
"source_files": "PoporFoundation/Classes/Prefix/*.h"
},
{
"name": "NSObject",
"source_files": "PoporFoundation/Classes/NSObject/*.{h,m}"
},
{
"name": "KVO",
"source_files": "PoporFoundation/Classes/KVO/*.{h,m}"
},
{
"name": "NSString",
"ios": {
"dependencies": {
"PoporFoundation/Os": [
],
"PoporFoundation/NSObject": [
],
"PoporFoundation/Prefix": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/Os": [
],
"PoporFoundation/NSObject": [
],
"PoporFoundation/Prefix": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/Os": [
],
"PoporFoundation/NSObject": [
],
"PoporFoundation/Prefix": [
]
}
},
"source_files": "PoporFoundation/Classes/NSString/*.{h,m}"
},
{
"name": "NSTimer",
"source_files": "PoporFoundation/Classes/NSTimer/*.{h,m}"
},
{
"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}"
},
{
"name": "NSAssistant",
"ios": {
"dependencies": {
"PoporFoundation/Os": [
],
"PoporFoundation/Prefix": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/Os": [
],
"PoporFoundation/Prefix": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/Os": [
],
"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": [
],
"PoporFoundation/NSString": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/NSString": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
],
"PoporFoundation/NSString": [
]
}
},
"source_files": "PoporFoundation/Classes/NSURL/*.{h,m}"
},
{
"name": "NSDecimalNumber",
"ios": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"osx": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"tvos": {
"dependencies": {
"PoporFoundation/NSObject": [
]
}
},
"source_files": "PoporFoundation/Classes/NSDecimalNumber/*.{h,m}"
},
{
"name": "NSFileManager",
"source_files": "PoporFoundation/Classes/NSFileManager/*.{h,m}"
}
]
}