[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 8 / 3 / PYUIKit / 0.9.7 / PYUIKit.podspec.json
blobc0072e77d56eb865da0d96ac4f0dbc05bba5cf49
2   "name": "PYUIKit",
3   "version": "0.9.7",
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.7"
19   },
20   "source_files": "PYUIKit/*.{h,m}",
21   "frameworks": [
22     "ImageIO",
23     "CoreImage"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "PYCore": [
28       "~> 0.9"
29     ]
30   }