[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / e / 6 / d / WAActivityIndicatorView / 1.0 / WAActivityIndicatorView.podspec.json
blob1e7acb1856b65e31fc84d5a3a2e04433f8576ebd
2   "name": "WAActivityIndicatorView",
3   "version": "1.0",
4   "authors": {
5     "Wendy Abrantes": "abranteswendy@gmail.com"
6   },
7   "homepage": "https://github.com/wendyabrantes/WAActivityIndicatorView",
8   "summary": "Swift Library using CAReplicator to make nice loading spinnner animation",
9   "source": {
10     "git": "https://github.com/wendyabrantes/WAActivityIndicatorView.git",
11     "tag": "1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "WAActivityIndicatorView/**/*.swift",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   }