[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 3 / b / ForeSee / 5.0.2-alpha0 / ForeSee.podspec.json
blob009e0852b5db72cb2e641adf61b49e236c9ae404
2   "name": "ForeSee",
3   "version": "5.0.2-alpha0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright (c) 2018 ForeSee. All rights reserved."
7   },
8   "summary": "ForeSee Trigger 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/2018/03/foresee_sdk_ios_5.0.2-alpha0.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "vendored_frameworks": "lib/ForeSee.framework",
20   "frameworks": [
21     "CoreMotion",
22     "QuartzCore",
23     "SystemConfiguration",
24     "CoreMedia",
25     "AVFoundation",
26     "CoreVideo",
27     "UIKit",
28     "Foundation",
29     "CoreGraphics",
30     "WebKit"
31   ],
32   "weak_frameworks": "UserNotifications",
33   "requires_arc": false,
34   "default_subspecs": "Core",
35   "subspecs": [
36     {
37       "name": "Core",
38       "dependencies": {
39         "ForeSee/CxMeasure": [
41         ]
42       }
43     },
44     {
45       "name": "CxMeasure",
46       "vendored_frameworks": "lib/ForeSee.framework"
47     },
48     {
49       "name": "Replay",
50       "vendored_frameworks": "lib/ForeSeeReplay.framework",
51       "dependencies": {
52         "ForeSee/CxMeasure": [
54         ]
55       }
56     }
57   ]