[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 7 / e / YSRealmStore / 0.6.4 / YSRealmStore.podspec.json
blob64887c473be1b5109ef29d893fb1d2d9cecb0b97
2   "name": "YSRealmStore",
3   "version": "0.6.4",
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.6.4"
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.93.2"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "Classes/YSRealmStore/Category/*.{h,m}"
28     }
29   ]