blob: 954141e64019ceab5e749aef1886e41f7cceb675 [file] [log] [blame]
{
"name": "PSFoundation",
"version": "1.0.1",
"summary": "PSFoundation",
"description": "PSFoundation is base library to build iOS application.",
"homepage": "https://github.com/pisces/PSFoundation",
"license": "MIT",
"authors": {
"pisces": "hh963103@gmail.com"
},
"source": {
"git": "https://github.com/pisces/PSFoundation.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PSFoundation/Classes/**/*",
"resource_bundles": {
"PSFoundation": [
"PSFoundation/Assets/*"
]
},
"frameworks": "Foundation",
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -lsqlite3 -lz",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}