[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 2 / 3 / ActivityIndicatorManager / 1.0.0 / ActivityIndicatorManager.podspec.json
blob6637119661ebf2d1818a815a906d3c6d898ae1ae
2   "name": "ActivityIndicatorManager",
3   "version": "1.0.0",
4   "summary": "AIM provides convenience methods for starting/stopping activity indicators inside of UIViews/UIWindows.",
5   "description": "Small framework exposing convenience methods for controlling activity indicator behaviour in your application.\nEasy start/stop functionality for the loading indicator, both in specific views, and over full window.",
6   "homepage": "https://github.com/scalefocus/activity-indicator-manager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "scalefocus": "dimitar.petrov@scalefocus.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/scalefocus/activity-indicator-manager.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "ActivityIndicatorManager",
24     "ActivityIndicatorManager/**/*.{h,m,swift}"
25   ],
26   "swift_version": "5.0"