[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FlightRecorder / 1.9.6 / FlightRecorder.podspec.json
blob141d7fa8c0843216df1fe910ee5cfb9f28061f31
2   "name": "FlightRecorder",
3   "version": "1.9.6",
4   "summary": "Record user sessions into videos by adding just a few lines of code!",
5   "description": "FlightRecorder is an iOS SDK that captures device screen with all user interactions, console output, location & other device informations and make them available to you on the web.",
6   "homepage": "http://www.flightrecorder.co",
7   "license": {
8     "type": "Commercial",
9     "text": "  Please visit : https://www.clicktale.com/company/terms-of-use/\n"
10   },
11   "authors": {
12     "FlightRecorder": "support@flightrecorder.co"
13   },
14   "source": {
15     "git": "https://github.com/FlightRecorderOfficial/Pods.git",
16     "tag": "1.9.6"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": false,
22   "resources": [
23     "**/FECoreModel.mom",
24     "**/VersionInfo.plist"
25   ],
26   "source_files": "FlightRecorder.embeddedframework/FlightRecorder.framework/Versions/A/Headers/FlightRecorder.h",
27   "preserve_paths": [
28     "FlightRecorder.embeddedframework/FlightRecorder.framework",
29     "FlightRecorder.embeddedframework/Resources"
30   ],
31   "xcconfig": {
32     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FlightRecorder/FlightRecorder.embeddedframework\""
33   },
34   "ios": {
35     "libraries": [
36       "z",
37       "sqlite3"
38     ]
39   },
40   "frameworks": [
41     "FlightRecorder",
42     "CoreData",
43     "SystemConfiguration",
44     "CoreTelephony",
45     "CoreMedia",
46     "CoreVideo",
47     "AVFoundation",
48     "CoreLocation",
49     "CoreGraphics",
50     "MobileCoreServices"
51   ]