blob: a8ed0e898ba8a4d736ded828f8a64660a616ca65 [file] [log] [blame]
{
"name": "ATSwiftKit",
"version": "0.0.2",
"summary": "Set of extensions and Custom classes are written in Swift",
"description": " Set of Swift extensions and Custom classes that help you create an app more quickly.\n",
"homepage": "https://github.com/tuanphung/ATSwiftKit",
"license": "MIT",
"authors": {
"Tuan Phung": "tuanphunglk@gmail.com"
},
"social_media_url": "https://twitter.com/tuanphunglk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tuanphung/ATSwiftKit.git",
"tag": "0.0.2"
},
"source_files": [
"Source/**/*.swift",
"Source/**/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}