blob: 26b150d8e1d9b0f3e2f69c17bc9a6ae6b9e619cb [file] [log] [blame]
{
"name": "LFTwitterProfile",
"version": "0.1.0",
"summary": "Full-featured viewController which mimics Twitter Profile page.",
"homepage": "https://github.com/roytang121/iOS-TwitterProfile",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roy Tang": "me@roytang.me"
},
"source": {
"git": "https://github.com/roytang121/iOS-TwitterProfile.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/roytang121",
"platforms": {
"ios": "9.0"
},
"source_files": "LFTwitterProfile/Classes/**/*",
"resource_bundles": {
"LFTwitterProfile": [
"LFTwitterProfile/Assets/*.png",
"LFTwitterProfile/Classes/**/*.xib"
]
},
"dependencies": {
"SnapKit": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}