[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / d / 6 / a / XMNPhoto / 1.2.5 / XMNPhoto.podspec.json
blobeda766c383110f68659b942899ad884558d07406
2   "name": "XMNPhoto",
3   "version": "1.2.5",
4   "summary": "XMNPhoto 图片相关集合工具包含图片选择列库, 基于YYWebImage封装的一款简单的图片浏览类库",
5   "homepage": "https://github.com/ws00801526/XMNPhoto",
6   "screenshots": [
7     "https://camo.githubusercontent.com/711c2776179af97c37ce0dda617642f45f55449b/687474703a2f2f37786c74316a2e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f584d4e50686f746f5069636b65724672616d65776f726b2e676966",
8     "https://camo.githubusercontent.com/8a60aa309935ccf57bc141fe12021f8f892ef387/687474703a2f2f37786c74316a2e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f584d4e50686f746f5069636b65724672616d65776f726b5f42726f777365722e676966"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "XMFraker": "3057600441@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/ws00801526/XMNPhoto.git",
19     "tag": "1.2.5"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "default_subspecs": [
25     "Picker",
26     "Browser"
27   ],
28   "subspecs": [
29     {
30       "name": "Picker",
31       "source_files": [
32         "XMNPhoto/Classes/XMNPhotoPicker/*.{h,m}",
33         "XMNPhoto/Classes/XMNPhotoPicker/**/*.{h,m}"
34       ],
35       "resource_bundles": {
36         "XMNPhotoPicker": [
37           "XMNPhoto/Assets/XMNPhotoPicker/*.png",
38           "XMNPhoto/Assets/XMNPhotoPicker/*.xib"
39         ]
40       }
41     },
42     {
43       "name": "Browser",
44       "source_files": [
45         "XMNPhoto/Classes/XMNPhotoBrowser/*.{h,m}",
46         "XMNPhoto/Classes/XMNPhotoBrowser/**/*.{h,m}"
47       ],
48       "dependencies": {
49         "YYWebImage": [
51         ]
52       }
53     }
54   ]