[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 9 / d / UIViewHelper / 0.1.0 / UIViewHelper.podspec.json
blob9084bf180c189d2cc100c0fdf73bd8173f33f476
2   "name": "UIViewHelper",
3   "version": "0.1.0",
4   "summary": "UIView category",
5   "description": "UIView category, bage, animation, add subView with animation.",
6   "homepage": "https://github.com/WildDylan/UIViewHelper",
7   "license": "MIT",
8   "authors": {
9     "Dylan": "3664132@163.com"
10   },
11   "source": {
12     "git": "https://github.com/WildDylan/UIViewHelper.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "UIViewHelper": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "MapKit",
28     "QuartzCore"
29   ]