blob: 6bae85e70e978cfcf3891c8783259beafc8535fa [file] [log] [blame]
{
"name": "BAFluidView",
"version": "0.1.0",
"summary": "UIView that simulates a 2D view of a fluid in motion",
"description": " This view and it's layer create a 2D fluid animation that can be used to simulate a filling effect.\n more info at: [https://github.com/antiguab/BAFluidView](https://github.com/antiguab/BAFluidView)\n",
"homepage": "https://github.com/antiguab/BAFluidView",
"license": "MIT",
"authors": {
"Bryan Antigua": "antigua.b@gmail.com"
},
"source": {
"git": "https://github.com/antiguab/BAFluidView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BAFluidView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}