[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / a / 3 / c / PEObjc-Commons / 1.0.112 / PEObjc-Commons.podspec.json
blobb4599dd8efe728b08bf824dace26f68d60db4e2e
2   "name": "PEObjc-Commons",
3   "version": "1.0.112",
4   "license": "MIT",
5   "summary": "A collection of common Objective-C utilities that are not particular to any domain.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PEObjc-Commons",
10   "source": {
11     "git": "https://github.com/evanspa/PEObjc-Commons.git",
12     "tag": "PEObjc-Commons-v1.0.112"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "exclude_files": [
18     "**/*Tests/*.*",
19     "**/DemoApp/*"
20   ],
21   "requires_arc": true,
22   "resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
23   "default_subspecs": "Default",
24   "subspecs": [
25     {
26       "name": "Default",
27       "source_files": "PEObjc-Commons/*.{h,m}",
28       "dependencies": {
29         "BlocksKit": [
30           "~> 2.2.5"
31         ]
32       }
33     }
34   ]