[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / 5 / InMoment / 0.4.0 / InMoment.podspec.json
blob3bc71297828a5b9e4a07b37ec6f165740c9fface
2   "name": "InMoment",
3   "version": "0.4.0",
4   "summary": "Lauch and interact with InMoment web surveys.",
5   "description": "InMoment is a simple framework giving client developers the ability to\nlaunch and interact with InMoment web surveys.\nNOTE: This software is still in beta and is subject to change.",
6   "homepage": "https://github.com/InMoment/feedbackkit-ios.git",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "InMoment, Inc.": "mobile-development@inmoment.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/InMoment/inmoment-sdk-ios.git",
19     "tag": "v0.4.0"
20   },
21   "preserve_paths": "*.framework",
22   "vendored_frameworks": "*.framework",
23   "requires_arc": true,
24   "frameworks": [
25     "CoreLocation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "Mixpanel": [
30       "~>1.0"
31     ]
32   }