[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 0 / 7 / e / YSRealmStore / 0.9.3 / YSRealmStore.podspec.json
blob9eeb36649ea952f5be8e9d2a44783162dccdd807
2   "name": "YSRealmStore",
3   "version": "0.9.3",
4   "summary": "Simple wrapper for Realm Cocoa.",
5   "homepage": "https://github.com/yusuga/YSRealmStore",
6   "license": "MIT",
7   "authors": "Yu Sugawara",
8   "social_media_url": "https://twitter.com/yusuga_",
9   "source": {
10     "git": "https://github.com/yusuga/YSRealmStore.git",
11     "tag": "0.9.3"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source_files": "Classes/YSRealmStore/*.{h,m}",
17   "requires_arc": true,
18   "compiler_flags": "-fmodules",
19   "dependencies": {
20     "Realm": [
21       "0.97.1"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "Classes/YSRealmStore/Category/*.{h,m}"
28     }
29   ]