blob: 1e99a5c9aec09c93735f0ef7b17e3c2b8f86b30b [file] [log] [blame]
{
"name": "UbiquityStoreManager",
"version": "0.1.0",
"summary": "Solving the iCloud for Core Data problem.",
"homepage": "http://lhunath.github.com/UbiquityStoreManager",
"license": {
"type": "LASGPLv3",
"file": "LICENSE"
},
"authors": {
"Maarten Billemont": "lhunath@lyndir.com"
},
"source": {
"git": "https://github.com/lhunath/UbiquityStoreManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": [
"Classes",
"UbiquityStoreManager/**/*.{h,m}"
],
"exclude_files": "UbiquityStoreManagerExample",
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}