[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / b / 2 / MOLoaderView / 0.1.0 / MOLoaderView.podspec.json
blobb4ddc1b500d4341f4f99de8051fd56da706c2033
2   "name": "MOLoaderView",
3   "version": "0.1.0",
4   "summary": "A very simple loader view with progress indicator and blur effect.",
5   "description": "You can customize the loader either showing percentage and % symbol\n\n",
6   "homepage": "https://github.com/orientemario/MOLoaderView",
7   "screenshots": [
8     "https://cloud.githubusercontent.com/assets/7912774/5070655/94856ca2-6e69-11e4-9a1d-ca2694a74312.gif",
9     "https://cloud.githubusercontent.com/assets/7912774/5070667/a8dc388e-6e69-11e4-8829-edeb0fd06f42.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Mario Oriente": "oriente.mario@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/orientemario/MOLoaderView.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/MOLoaderView.{h,m}",
24   "resource_bundles": {
25     "MOLoaderView": [
26       "Pod/Assets/*.png"
27     ]
28   },
29   "public_header_files": "Classes/Pods/*.{h,m}",
30   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ],
34   "dependencies": {
35     "pop": [
36       "~> 1.0"
37     ]
38   }