[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 2 / 6 / c / Meteor / 0.1.4 / Meteor.podspec.json
blobedfacab4d3b2effba77aa1b7833f34930012d32d
2   "name": "Meteor",
3   "version": "0.1.4",
4   "summary": "Meteor iOS.",
5   "description": "    Meteor iOS integrates native iOS apps with the Meteor platform through DDP.\n",
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.1.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Meteor/**/*.{h,m}",
23   "public_header_files": [
24     "Meteor/Meteor.h",
25     "Meteor/METDDPClient.h",
26     "Meteor/METAccount.h",
27     "Meteor/METDDPClient+AccountsPassword.h",
28     "Meteor/METSubscription.h",
29     "Meteor/METDatabase.h",
30     "Meteor/METCollection.h",
31     "Meteor/METDocument.h",
32     "Meteor/METDocumentKey.h",
33     "Meteor/METDatabaseChanges.h",
34     "Meteor/METDocumentChangeDetails.h",
35     "Meteor/METCoreDataDDPClient.h",
36     "Meteor/METIncrementalStore.h"
37   ],
38   "private_header_files": [
40   ],
41   "frameworks": "CoreData",
42   "dependencies": {
43     "PocketSocket": [
45     ],
46     "InflectorKit": [
48     ],
49     "SimpleKeychain": [
51     ]
52   }