[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / c / Instabug / 7.7.1 / Instabug.podspec.json
blob4816c860d0462b281da5b1ce9aec97161dd8ef0f
2   "name": "Instabug",
3   "version": "7.7.1",
4   "summary": "Bug reporting for mobile apps. Learn more at http://instabug.com",
5   "homepage": "http://instabug.com",
6   "license": {
7     "type": "Commercial",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Instabug": "contactus@instabug.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://ios-releases.instabug.com/release/7.7.1/archive.zip"
18   },
19   "libraries": "z",
20   "frameworks": [
21     "AVFoundation",
22     "CoreGraphics",
23     "CoreMotion",
24     "SystemConfiguration",
25     "CoreTelephony",
26     "UIKit",
27     "CoreMedia",
28     "CoreVideo",
29     "CoreData"
30   ],
31   "xcconfig": {
32     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Instabug/\""
33   },
34   "requires_arc": true,
35   "subspecs": [
36     {
37       "name": "InstabugCore",
38       "source_files": "InstabugCore.framework/Headers/*.{h}",
39       "vendored_frameworks": "InstabugCore.framework",
40       "preserve_paths": "InstabugCore.framework/*"
41     },
42     {
43       "name": "Instabug",
44       "source_files": "Instabug.framework/Headers/*.{h}",
45       "vendored_frameworks": "Instabug.framework",
46       "preserve_paths": "Instabug.framework/*",
47       "dependencies": {
48         "Instabug/InstabugCore": [
50         ]
51       }
52     }
53   ]