blob: a919a9cf33bdf8543f3a3e9f9c2b3fbd5f1687de [file] [log] [blame]
{
"name": "libhypem",
"version": "0.0.1",
"summary": "libhypem is a Cocoa {iOS Library, OS X Framework} for Hype Machine.",
"description": "\tThe Cocoa {library, framework} for adding Hype Machine to your iOS/Mac app.\n",
"homepage": "https://github.com/zshannon/libhypem",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zane Shannon": "zane@smileslaughs.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/zshannon/libhypem.git",
"tag": "0.0.1"
},
"source_files": "libhypem/*.{h,m}",
"public_header_files": "libhypem/*.h",
"requires_arc": true
}