blob: 54e46781018bc0a84887c55d6189ce5bd61e08e9 [file] [log] [blame]
{
"name": "YakKit",
"version": "0.1.1",
"summary": "An Objective-C implementation of Yik Yak's private API.",
"homepage": "https://github.com/ThePantsThief/YakKit",
"license": "MIT",
"authors": {
"ThePantsThief": "tannerbennett@me.com"
},
"source": {
"git": "https://github.com/ThePantsThief/YakKit.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/ThePantsThief",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": [
"Pod/Classes/*",
"Pod/Classes/**/*"
],
"dependencies": {
"Mantle": [
]
}
}