[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / c / Meteor / 0.1.0 / Meteor.podspec.json
blobc65866843c003ba3ffddcb9b3e9354f55313c487
2   "name": "Meteor",
3   "version": "0.1.0",
4   "summary": "Meteor for iOS.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/martijnwalraven/meteor-ios",
10   "authors": {
11     "Martijn Walraven": "martijn@martijnwalraven.com"
12   },
13   "source": {
14     "git": "https://github.com/martijnwalraven/meteor-ios.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Meteor/**/*.{h,m}",
22   "public_header_files": "Meteor/{METDDPClient,METDDPClient+AccountsPassword,METSubscription,METDatabase,METCollection,METDocument,METDocumentKey,METDatabaseChanges,METDocumentChangeDetails,METCoreDataDDPClient,METIncrementalStore}.h",
23   "frameworks": "CoreData",
24   "dependencies": {
25     "PocketSocket": [
27     ],
28     "InflectorKit": [
30     ],
31     "SimpleKeychain": [
33     ]
34   }