blob: cda3dff3c8fc3d342ad13308a5caf531140c5a11 [file] [log] [blame]
{
"name": "Primus",
"version": "0.0.1",
"summary": "Easily switch between different real-time Objective-C frameworks without any code changes.",
"homepage": "https://github.com/seegno/primus-objc",
"authors": "Nuno Sousa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/seegno/primus-objc.git",
"tag": "0.0.1"
},
"source_files": [
"Primus/*.{h,m}",
"Primus/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"dependencies": {
"BlocksKit/DynamicDelegate": [
],
"NSTimer-Blocks": [
],
"Emitter": [
]
}
}