[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 8 / 3 / PYUIKit / 0.9.8 / PYUIKit.podspec.json
blob1c39f8eeb7895404fc3893b074cf4910eee0ae35
2   "name": "PYUIKit",
3   "version": "0.9.8",
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": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYUIKit.git",
18     "tag": "0.9.8"
19   },
20   "source_files": [
21     "PYUIKit/*.{h,m}",
22     "PYUIKit/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "ImageIO",
26     "CoreImage"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "PYCore": [
31       "~> 0.9"
32     ]
33   }