[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / 1 / 6 / RealmSFRestaurantData / 0.0.2 / RealmSFRestaurantData.podspec.json
blobde422f9604d055375926ba90c540107e63a13895
2   "name": "RealmSFRestaurantData",
3   "version": "0.0.2",
4   "summary": "San Francisco Restaurant Score Data In Realm",
5   "description": "Prebuilt Realm dataset composed of San Francisco restaurant scores\n",
6   "homepage": "https://github.com/bigfish24/RealmSFRestaurantData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/bigfish24/RealmSFRestaurantData.git",
20     "tag": "v0.0.2"
21   },
22   "source_files": [
23     "SFRestaurantScores.h",
24     "objects/*.{h,m}",
25     "SFRestaurantScores.realm"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Realm": [
31     ]
32   }