blob: 34e6855d036e5e8f6e221f69275b4a4d82b273e1 [file] [log] [blame]
{
"name": "ATSwiftKit",
"version": "0.0.3",
"summary": "Set of Extensions and Subclasses are written in Swift",
"description": " Set of Swift Extensions and Subclasses 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.3"
},
"source_files": [
"Source/**/*.swift",
"Source/**/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}