blob: ab1542df7cdf4d16f89e1f94061f2c9b0e5b3dc2 [file] [log] [blame]
{
"name": "SnapchatKit",
"version": "0.5.0",
"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.0"
},
"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"
}