blob: 8b7404488bdeab016af6b100d8f98a862f0a26dd [file] [log] [blame]
{
"name": "BALoadingView",
"version": "0.1.1",
"summary": "A UIView with loading animations.",
"description": "A UIView that offers several loading animations.",
"homepage": "https://github.com/antiguab/BALoadingView",
"screenshots": [
"https://github.com/antiguab/BALoadingView/blob/master/readmeAssets/screenshot1.png?raw=true",
"https://github.com/antiguab/BALoadingView/blob/master/readmeAssets/screenshot2.png?raw=true",
"https://github.com/antiguab/BALoadingView/blob/master/readmeAssets/screenshot3.png?raw=true"
],
"license": "MIT",
"authors": {
"Bryan Antigua": "antigua.b@gmail.com"
},
"source": {
"git": "https://github.com/antiguab/BALoadingView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BALoadingView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}