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