blob: ae9e6f37d0dcb79274f412846992f9a480796261 [file] [log] [blame]
{
"name": "PastelogKit",
"version": "1.3",
"summary": "A simple library that provides an easy fragment allowing users to throw debug logs in a pastebin (currently gist) online.",
"homepage": "https://github.com/FredericJacobs/PastelogKit",
"license": {
"type": "GPL v3",
"file": "LICENSE"
},
"authors": {
"Frederic Jacobs": "github@fredericjacobs.com"
},
"social_media_url": "http://twitter.com/FredericJacobs",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FredericJacobs/PastelogKit.git",
"tag": "1.3"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 2.0"
]
}
}