[Add] PBCamera 1.0.2
[CocoaPods.git] / Specs / c / 1 / 2 / H5FloatWebTest / 0.0.2 / H5FloatWebTest.podspec.json
blob5ccee2b84c2080d015aaeb6ca554d71f74925c5c
2   "name": "H5FloatWebTest",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "H5FloatWebTest",
9   "homepage": "https://coding.net/u/St82283385/p/WXH5Kit/git",
10   "authors": {
11     "liuyunxuan": "13660271169@163.com"
12   },
13   "source": {
14     "git": "https://git.coding.net/St82283385/WXH5Kit.git",
15     "tag": "0.0.2"
16   },
17   "frameworks": "WebKit",
18   "description": "This library provides a category for UIImageView with support for remote images coming from the web. It provides an UIImageView category adding web image and cache management to the Cocoa Touch framework, an asynchronous image downloader, an asynchronous memory + disk image caching with automatic cache expiration handling, a guarantee that the same URL won't be downloaded several times, a guarantee that bogus URLs won't be retried again and again, and performances!",
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "WXFloatSDK",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "source_files": [
28         "WXFloatSDK/WXFloatSDK/WXFloatManager.{h,m,mm}",
29         "WXFloatSDK/WXFloatSDK/*/*.{h,m,mm}"
30       ],
31       "resources": "WXFloatSDK/WXFloatSDK/Resource/WXFloatBundle.bundle"
32     },
33     {
34       "name": "WXStyleWebView",
35       "platforms": {
36         "ios": "8.0"
37       },
38       "source_files": "WXStyleWebView/WXStyleWebView/*/*.{h,m,mm}",
39       "resources": "WXStyleWebView/WXStyleWebView/Resource/WXStyleWebView.bundle"
40     },
41     {
42       "name": "Core",
43       "source_files": "WXStyleWebViewController/WXStyleWebViewController/{NS,WX,UI}*.{h,m}",
44       "dependencies": {
45         "H5FloatWebTest/WXFloatSDK": [
47         ],
48         "H5FloatWebTest/WXStyleWebView": [
50         ]
51       }
52     }
53   ]