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