[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / a / 4 / Realm-EasyBackground / 0.1.0 / Realm-EasyBackground.podspec.json
blob8a4f52d27118f2a2265bc3c0dbf46109ffa6d89b
2   "name": "Realm-EasyBackground",
3   "version": "0.1.0",
4   "summary": "Extensions for Realm",
5   "description": "Extensions for Realm (To write in background thread easily.)",
6   "homepage": "https://github.com/muukii/Realm-EasyBackground",
7   "license": "MIT",
8   "authors": {
9     "muukii": "m@muukii.me"
10   },
11   "source": {
12     "git": "https://github.com/muukii/Realm-EasyBackground.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/muukii0803",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Realm-EasyBackground": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "RealmSwift": [
28       "~> 0.98.0"
29     ]
30   }