[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / d / 7 / DWTransform / 0.0.3 / DWTransform.podspec.json
blob7cbefcfebaa7990160886881f0c7bed6eb1f9b19
2   "name": "DWTransform",
3   "version": "0.0.3",
4   "summary": "形变属性的简单使用.",
5   "description": "简化transform的使用方法,并添加了普通动画,可以同时为多个控件添加transform属性",
6   "homepage": "https://github.com/dwanghello/DWTransform",
7   "license": "MIT",
8   "authors": {
9     "dwanghello": "dwang.hello@outlook.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dwanghello/DWTransform.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "DWTransform",
20     "DWTransform/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]