blob: ad754c595a3e432e88f47d5b0cdeb63129652368 [file] [log] [blame]
{
"name": "WACustomSwitch",
"version": "1.0",
"authors": {
"Wendy Abrantes": "abranteswendy@gmail.com"
},
"homepage": "https://github.com/wendyabrantes/WACustomSwitch",
"summary": "Swift Library using Core Animation to make custom switch",
"source": {
"git": "https://github.com/wendyabrantes/WACustomSwitch.git",
"tag": "1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WACustomSwitch/**/*.{swift}",
"**/bridgeHeader.h"
],
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"pop": [
]
}
}