[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / c / PEObjc-Commons / 1.0.1 / PEObjc-Commons.podspec.json
blobfc5178fe7349a31f813a39ac28f2506ccdaa0f9b
2   "name": "PEObjc-Commons",
3   "version": "1.0.1",
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.1"
13   },
14   "platforms": {
15     "ios": "8.1"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": [
20     "**/*Tests/*.*",
21     "**/DemoApp/*"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "AWPagedArray": [
26       "~> 0.3.0"
27     ]
28   }