blob: 939ed0c1880067346e4eb5ba8f4571927f3c1b51 [file] [log] [blame]
{
"name": "ATSwiftKit",
"version": "0.0.1",
"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.1"
},
"source_files": "Source/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}