[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 8 / 3 / PYUIKit / 0.9.19 / PYUIKit.podspec.json
blob18c6da90818184f793ad80b848ba3a9074ebb0ce
2   "name": "PYUIKit",
3   "version": "0.9.19",
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": "0.9.19"
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": [
32       "~> 0.9"
33     ]
34   }