blob: a1cfb4996a73bc86cee45c2ebc525ef775159d62 [file] [log] [blame]
{
"name": "UbiquityStoreManager",
"version": "0.0.1",
"summary": "Solving the iCloud for Core Data problem.",
"homepage": "http://lhunath.github.com/UbiquityStoreManager",
"license": "LGPLv3",
"authors": {
"Maarten Billemont": "lhunath@lyndir.com"
},
"source": {
"git": "https://github.com/lhunath/UbiquityStoreManager.git",
"commit": "5ed57b886da7ac46e178608be3eb1518d0e31bb1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Classes",
"UbiquityStoreManager/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}