[Add] ReactiveObjCForTDesk 5.0.3
[CocoaPods.git] / Specs / 0 / 6 / 8 / TFImageBrowser / 0.1.3 / TFImageBrowser.podspec.json
blobd41f6a8b511d1d4738df41d970877eeae51b5ab0
2   "name": "TFImageBrowser",
3   "version": "0.1.3",
4   "summary": "图片大图浏览器",
5   "description": "图片浏览器,字符串、PHAsset等多种图片来源,双击缩放、过场动画、图片缓存.",
6   "homepage": "https://github.com/ToFind1991/TFImageBrowser",
7   "license": "MIT",
8   "authors": {
9     "shiwei": "15811842975@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ToFind1991/TFImageBrowser.git",
16     "tag": "0.1.3"
17   },
18   "source_files": "TFImageBrowser/PhotoBrowser/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "ImageUri",
24       "source_files": "TFImageBrowser/PhotoBrowser/ImageUri"
25     },
26     {
27       "name": "Resolver",
28       "dependencies": {
29         "TFImageBrowser/ImageUri": [
31         ]
32       },
33       "source_files": "TFImageBrowser/PhotoBrowser/Resolver"
34     },
35     {
36       "name": "Utilities",
37       "source_files": "TFImageBrowser/PhotoBrowser/utilities"
38     }
39   ]