blob: 4acccb14067cf30dfdd25193d95d656ae7f792d9 [file] [log] [blame]
{
"name": "iOSTools",
"version": "0.7",
"summary": "iOS tools kit to make your life easier.",
"homepage": "https://github.com/VladasZ/iOSTools",
"authors": {
"Vladas Zakrevskis": "146100@gmail.com"
},
"source": {
"git": "https://github.com/VladasZ/iOSTools.git",
"tag": "0.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"license": "MIT",
"resources": [
"Sources/UI/Views/SwipyImageView/*.xib",
"Sources/UI/Views/ProgressView/*.xib",
"Sources/UI/Views/BannerAlertView/*.xib"
],
"dependencies": {
"SwiftyTools": [
],
"CustomIOSAlertView": [
]
}
}