blob: a5936495ae3a9a618199a78b79bd3c525dcfeff2 [file] [log] [blame]
{
"name": "Meteor",
"version": "0.2.1",
"summary": "Meteor iOS.",
"description": "Meteor iOS integrates native iOS apps with the Meteor platform through DDP.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/martijnwalraven/meteor-ios",
"authors": {
"Martijn Walraven": "martijn@martijnwalraven.com"
},
"source": {
"git": "https://github.com/martijnwalraven/meteor-ios.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Meteor/**/*.{h,m}",
"public_header_files": [
"Meteor/METDocumentKey.h",
"Meteor/METSubscription.h",
"Meteor/METCoreDataDDPClient.h",
"Meteor/METDocument.h",
"Meteor/METDatabaseChanges.h",
"Meteor/METDDPConnection.h",
"Meteor/METDDPClient+AccountsPassword.h",
"Meteor/METDDPClient.h",
"Meteor/METAccount.h",
"Meteor/METCollection.h",
"Meteor/METDatabase.h",
"Meteor/METIncrementalStore.h",
"Meteor/METDocumentChangeDetails.h",
"Meteor/Meteor.h"
],
"private_header_files": [
],
"frameworks": "CoreData",
"dependencies": {
"PocketSocket": [
],
"InflectorKit": [
],
"SimpleKeychain": [
]
}
}