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