[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / c / Meteor / 0.2.1 / Meteor.podspec.json
bloba5936495ae3a9a618199a78b79bd3c525dcfeff2
2   "name": "Meteor",
3   "version": "0.2.1",
4   "summary": "Meteor iOS.",
5   "description": "Meteor iOS integrates native iOS apps with the Meteor platform through DDP.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/martijnwalraven/meteor-ios",
11   "authors": {
12     "Martijn Walraven": "martijn@martijnwalraven.com"
13   },
14   "source": {
15     "git": "https://github.com/martijnwalraven/meteor-ios.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Meteor/**/*.{h,m}",
23   "public_header_files": [
24     "Meteor/METDocumentKey.h",
25     "Meteor/METSubscription.h",
26     "Meteor/METCoreDataDDPClient.h",
27     "Meteor/METDocument.h",
28     "Meteor/METDatabaseChanges.h",
29     "Meteor/METDDPConnection.h",
30     "Meteor/METDDPClient+AccountsPassword.h",
31     "Meteor/METDDPClient.h",
32     "Meteor/METAccount.h",
33     "Meteor/METCollection.h",
34     "Meteor/METDatabase.h",
35     "Meteor/METIncrementalStore.h",
36     "Meteor/METDocumentChangeDetails.h",
37     "Meteor/Meteor.h"
38   ],
39   "private_header_files": [
41   ],
42   "frameworks": "CoreData",
43   "dependencies": {
44     "PocketSocket": [
46     ],
47     "InflectorKit": [
49     ],
50     "SimpleKeychain": [
52     ]
53   }