blob: 56dd0ca8b3bff8e2220a5f0e03c9b1debcaa2b2e [file] [log] [blame]
{
"name": "PEObjc-Commons",
"version": "1.0.47",
"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.47"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
"dependencies": {
"JGActionSheet": [
"~> 1.0.4"
],
"BlocksKit": [
"~> 2.2.5"
]
}
}