[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / b / ForeSee / 5.0.3 / ForeSee.podspec.json
blob0e4287d383c6623cafccd1dc0de377e328d574c6
2   "name": "ForeSee",
3   "version": "5.0.3",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright (c) 2018 ForeSee. All rights reserved."
7   },
8   "summary": "ForeSee SDK",
9   "homepage": "https://developer.foresee.com/docs/ios-sdk",
10   "authors": {
11     "ForeSee": "support@foresee.com"
12   },
13   "source": {
14     "http": "https://s3.amazonaws.com/foresee-developer-mobile-sdk/sdk/iOS/foresee_sdk_ios_5.0.3.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": [
20     "CoreMotion",
21     "QuartzCore",
22     "SystemConfiguration",
23     "CoreMedia",
24     "AVFoundation",
25     "CoreVideo",
26     "UIKit",
27     "Foundation",
28     "CoreGraphics",
29     "WebKit"
30   ],
31   "weak_frameworks": "UserNotifications",
32   "requires_arc": false,
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "dependencies": {
38         "ForeSee/CxMeasure": [
40         ]
41       }
42     },
43     {
44       "name": "CxMeasure",
45       "vendored_frameworks": "lib/ForeSee.framework"
46     },
47     {
48       "name": "Replay",
49       "vendored_frameworks": "lib/ForeSeeReplay.framework",
50       "dependencies": {
51         "ForeSee/CxMeasure": [
53         ]
54       }
55     }
56   ]