[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 6 / 2 / UbiquityStoreManager / 1.0.0 / UbiquityStoreManager.podspec.json
blobdf992b93b0c936d1ecc80215ae5d9e8d32878c0b
2   "name": "UbiquityStoreManager",
3   "version": "1.0.0",
4   "summary": "Solving the iCloud for Core Data problem.",
5   "homepage": "http://lhunath.github.com/UbiquityStoreManager",
6   "license": {
7     "type": "LASGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maarten Billemont": "lhunath@lyndir.com"
12   },
13   "source": {
14     "git": "https://github.com/lhunath/UbiquityStoreManager.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "Classes",
23     "UbiquityStoreManager/**/*.{h,m}"
24   ],
25   "exclude_files": "UbiquityStoreManagerExample",
26   "requires_arc": true,
27   "dependencies": {
28     "JRSwizzle": [
29       "~> 1.0"
30     ]
31   }