blob: a9eaf01f2bfcc661ad9290690e65ed915b23cb73 [file] [log] [blame]
{
"name": "SnapchatKit",
"version": "0.5.3",
"summary": "An Objective-C implementation of the unofficial Snapchat API.",
"homepage": "https://github.com/ThePantsThief/SnapchatKit",
"license": "MIT",
"authors": {
"ThePantsThief": "tannerbennett@me.com"
},
"source": {
"git": "https://github.com/ThePantsThief/SnapchatKit.git",
"tag": "0.5.3"
},
"social_media_url": "https://twitter.com/ThePantsThief",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": [
"Pod/Classes/*",
"Pod/Classes/**/*",
"Pod/Dependencies/*",
"Pod/Dependencies/**/*"
],
"dependencies": {
"Mantle": [
"~> 2.0"
]
},
"libraries": "z"
}