[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 6 / 2 / UbiquityStoreManager / 0.1.0 / UbiquityStoreManager.podspec.json
blob1e99a5c9aec09c93735f0ef7b17e3c2b8f86b30b
2   "name": "UbiquityStoreManager",
3   "version": "0.1.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": "0.1.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   }