blob: 1e7acb1856b65e31fc84d5a3a2e04433f8576ebd [file] [log] [blame]
{
"name": "WAActivityIndicatorView",
"version": "1.0",
"authors": {
"Wendy Abrantes": "abranteswendy@gmail.com"
},
"homepage": "https://github.com/wendyabrantes/WAActivityIndicatorView",
"summary": "Swift Library using CAReplicator to make nice loading spinnner animation",
"source": {
"git": "https://github.com/wendyabrantes/WAActivityIndicatorView.git",
"tag": "1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WAActivityIndicatorView/**/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}