[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 3 / PYUIKit / 1.0.2 / PYUIKit.podspec.json
bloba1325888ca6e41f2a83af6f4ca3aec483845e5ab
2   "name": "PYUIKit",
3   "version": "1.0.2",
4   "summary": "Make create UI more easily in iOS application",
5   "homepage": "https://github.com/littlepush/PYUIKit",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYUIKit.git",
18     "tag": "1.0.2"
19   },
20   "source_files": [
21     "PYUIKit/*.{h,m}",
22     "PYUIKit/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "ImageIO",
26     "CoreImage",
27     "CoreGraphics"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "PYCore": [
33     ]
34   }