[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 9 / WFPodsDemo / 0.0.7 / WFPodsDemo.podspec.json
blob9ff2b2dcad5d0dfabb140a80ccca4a6931f23dfb
2   "name": "WFPodsDemo",
3   "version": "0.0.7",
4   "summary": "第一个版本",
5   "description": "可以用到项目中 稳定版本",
6   "homepage": "https://github.com/maple023/CocoaPodsDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "maple023": "xuwenfeng023@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/maple023/CocoaPodsDemo.git",
19     "tag": "0.0.7"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Photos"
26   ],
27   "source_files": "Source/**/*.swift",
28   "resource_bundles": {
29     "WFImagePicker": [
30       "Assets/*.png"
31     ]
32   }