[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / e / 7 / d / NKWatchActivityIndicator / 0.1.0 / NKWatchActivityIndicator.podspec.json
blob0b72c1bb01f503fb423cfee8aec00cc4f19235d8
2   "name": "NKWatchActivityIndicator",
3   "version": "0.1.0",
4   "summary": "An activity indicator library for Apple Watch and a sample to push the limit of animation in watchOS 2.",
5   "description": "An activity indicator library for Apple Watch and a sample to push the limit of animation in watchOS 2.\nWe are trying to implement beautiful indicators in this fork of DGActivityIndicatorView and support ball scale, ball scale ripple, tow dots, three dots, ball zigzag, ball zigzag deflect animations now and will integrate more.",
6   "homepage": "https://github.com/NilStack/NKWatchActivityIndicator",
7   "screenshots": "https://db.tt/UAWEZ1AF",
8   "license": "MIT",
9   "authors": {
10     "Peng Guo": "guoleii@gmail.com"
11   },
12   "social_media_url": "http://twitter.com/NilStack",
13   "platforms": {
14     "watchos": "2.0"
15   },
16   "source": {
17     "git": "https://github.com/NilStack/NKWatchActivityIndicator.git",
18     "tag": "0.1.0"
19   },
20   "watchos": {
21     "source_files": [
22       "NKWatchActivityIndicator/*.{h,m}",
23       "NKWatchActivityIndicator/Animations/*.{h,m}"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "WatchKit"
29   ],
30   "requires_arc": true