[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / c / Parus / 1.0 / Parus.podspec.json
blob690645851e3d6ca6ee87bf7f1b05232197b3f471
2   "name": "Parus",
3   "version": "1.0",
4   "summary": "Parus is a simple chain style auto-layout helper for objective-c.",
5   "homepage": "https://github.com/DAlOG/Parus",
6   "license": "MIT",
7   "authors": {
8     "Alexey Demedeckiy": "demedeckie@gmail.com",
9     "Andrey Moskvin": "berkold90@gmail.com",
10     "Kostya Bychkov": "c.bychkov@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/DAlOG/Parus.git",
14     "tag": "1.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "Parus/src",
20   "public_header_files": [
21     "Parus/src/Parus.h",
22     "Parus/src/PVVFL.h",
23     "Parus/src/PVLayout.h",
24     "Parus/src/PVGroup.h",
25     "Parus/src/PVRoot.h"
26   ],
27   "requires_arc": true