blob: e80ed13a3ee9ef10e81d5d4f4eb73ed5c0c03bd5 [file] [log] [blame]
{
"name": "QPFoundation",
"version": "1.0.0",
"summary": "Provides a general and convenient framework for building App, including UI, enhancement tool classes, network interface, debugging, etc.",
"description": "Provides a general and convenient framework for building App, including UI,\nenhancement tool classes, network interface, debugging, etc.",
"homepage": "https://github.com/keqiongpan/QPFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Qiongpan Ke": "keqiongpan@163.com"
},
"source": {
"git": "https://github.com/keqiongpan/QPFoundation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"ios": {
"source_files": "QPFoundation/Classes/**/*",
"resource_bundles": {
"QPFoundation": [
"QPFoundation/Assets/**/*"
]
},
"public_header_files": "QPFoundation/Classes/**/*.h"
},
"osx": {
"source_files": [
"QPFoundation/Classes/**/Networking/*",
"QPFoundation/Classes/**/QPPublicHeader.h",
"QPFoundation/Classes/**/QPFoundation.h"
],
"public_header_files": [
"QPFoundation/Classes/**/Networking/*.h",
"QPFoundation/Classes/**/QPPublicHeader.h",
"QPFoundation/Classes/**/QPFoundation.h"
]
}
}