blob: 3227d8b3eea77470ac2ae7963dca45451574b85c [file] [log] [blame]
{
"name": "PSFoundation",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PSFoundation/Classes/**/*",
"frameworks": "Foundation",
"resource_bundles": {
"PSFoundation": [
"PSFoundation/Assets/*"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}