[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / 7 / BALoadingView / 0.1.0 / BALoadingView.podspec.json
blob4e0b8393b8de8adbd240d9704074247876e55d20
2   "name": "BALoadingView",
3   "version": "0.1.0",
4   "summary": "A UIView with loading animations.",
5   "description": "A UIView that offers several loading animations.",
6   "homepage": "https://github.com/antiguab/BALoadingView",
7   "screenshots": [
8     "https://github.com/antiguab/BALoadingView/blob/master/readmeAssets/screenshot1.png?raw=true",
9     "https://github.com/antiguab/BALoadingView/blob/master/readmeAssets/screenshot2.png?raw=true",
10     "https://github.com/antiguab/BALoadingView/blob/master/readmeAssets/screenshot3.png?raw=true"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Bryan Antigua": "antigua.b@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/antiguab/BALoadingView.git",
18     "tag": "0.1.0"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "BALoadingView": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "public_header_files": "Pod/Classes/**/*.h",
31   "frameworks": "UIKit"