blob: 739f98a28b7ee50361664f376e0b9fdd9735dae8 [file] [log] [blame]
{
"name": "PEObjc-Commons",
"version": "1.0.0",
"license": "MIT",
"summary": "A collection of common Objective-C utilities that are not particular to any domain.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEObjc-Commons",
"source": {
"git": "https://github.com/evanspa/PEObjc-Commons.git",
"tag": "PEObjc-Commons-v1.0.0"
},
"platforms": {
"ios": "8.1"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"dependencies": {
"AWPagedArray": [
]
}
}