blob: c65866843c003ba3ffddcb9b3e9354f55313c487 [file] [log] [blame]
{
"name": "Meteor",
"version": "0.1.0",
"summary": "Meteor for iOS.",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Meteor/**/*.{h,m}",
"public_header_files": "Meteor/{METDDPClient,METDDPClient+AccountsPassword,METSubscription,METDatabase,METCollection,METDocument,METDocumentKey,METDatabaseChanges,METDocumentChangeDetails,METCoreDataDDPClient,METIncrementalStore}.h",
"frameworks": "CoreData",
"dependencies": {
"PocketSocket": [
],
"InflectorKit": [
],
"SimpleKeychain": [
]
}
}