blob: e17adfccdc3a546e732c720ec8a68a7480491a87 [file] [log] [blame]
{
"name": "SwiftyAs",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"version": "1.0.2",
"summary": "**SwiftyAs** is an Objective-C kinda way to do `as?` casting like in Swift.",
"homepage": "https://github.com/Inferis/SwiftyAs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/inferis",
"authors": {
"Tom Adriaenssen": "http://inferis.org/"
},
"source": {
"git": "https://github.com/Inferis/SwiftyAs.git",
"tag": "1.0.2"
},
"source_files": "SwiftyAs/*.{h,m}",
"requires_arc": true
}