[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 5 / 3 / 0 / PulseController / 0.1.3 / PulseController.podspec.json
blobabee8fb8fa042cd9677a36b22db3d3c125665274
2   "name": "PulseController",
3   "version": "0.1.3",
4   "summary": "Pulse is a powerful tool for creating smooth, value-based animations from your real-time dataset. It's based on concept of PID Controller",
5   "description": "Pulse is a powerful tool for creating smooth, value-based animations when your data set is not continuous or it needs additional interpolation. Especially useful when working with values provided in real-time like - gyroscope, force touch or gestures. It's based on the concept of PID Controller - control loop feedback mechanism.",
6   "homepage": "https://github.com/cieslakdawid/Pulse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cieslakdawid": "cieslakdawid@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cieslakdawid/Pulse.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_version": "4.1",
22   "source_files": "Pulse/Classes/**/*",
23   "resource_bundles": {
24     "Pulse": [
25       "Pulse/Assets/*.xcassets"
26     ]
27   }