[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / 2 / WACustomSwitch / 1.0 / WACustomSwitch.podspec.json
blobad754c595a3e432e88f47d5b0cdeb63129652368
2   "name": "WACustomSwitch",
3   "version": "1.0",
4   "authors": {
5     "Wendy Abrantes": "abranteswendy@gmail.com"
6   },
7   "homepage": "https://github.com/wendyabrantes/WACustomSwitch",
8   "summary": "Swift Library using Core Animation to make custom switch",
9   "source": {
10     "git": "https://github.com/wendyabrantes/WACustomSwitch.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": [
21     "WACustomSwitch/**/*.{swift}",
22     "**/bridgeHeader.h"
23   ],
24   "requires_arc": true,
25   "ios": {
26     "frameworks": [
27       "UIKit",
28       "Foundation"
29     ]
30   },
31   "dependencies": {
32     "pop": [
34     ]
35   }