blob: 3d27caad3c292ffa4d228cbdb35b464e4b5df75f [file] [log] [blame]
{
"name": "SwiftyAccountKit",
"version": "0.1.0",
"summary": "AccountKit wrapper by Swift",
"description": "Wrapper for Facebook AccountKit framework",
"homepage": "https://github.com/maximbilan/SwiftyAccountKit",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/SwiftyAccountKit.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"SwiftyAccountKit/Sources/**/*.{swift}"
],
"requires_arc": true,
"frameworks": "AccountKit",
"vendored_frameworks": "Pods/AccountKit/AccountKit.framework",
"resources": "Pods/AccountKit/AccountKitStrings.bundle",
"pushed_with_swift_version": "3"
}