[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / 4 / MMWebViewController / 0.0.1 / MMWebViewController.podspec.json
blob0f1e1fd79b65255995e3a7b3c298e0c7c0ed4971
2   "name": "MMWebViewController",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "An iPhone/iPad web browser built on top of WebKit with navigation controls and contextual features, useful for in-app web browsing. Designed to be subclassed and extended.",
12   "homepage": "https://github.com/xwgit2971/MMWebViewController",
13   "authors": {
14     "SunnyX": "1031787148@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/xwgit2971/MMWebViewController.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "MMWebViewController/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "DZNWebViewController": [
28       "~> 3.2"
29     ]
30   }