[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 2 / b / e / CrittercismSDK / 5.7.1 / CrittercismSDK.podspec.json
blobe77088c766c756250855b1b0dd770f417434e921
2   "name": "CrittercismSDK",
3   "version": "5.7.1",
4   "summary": "iOS and tvOS SDK for applicaton performance management.",
5   "description": "Agent for monitoring iOS and tvOS app performance, including crashes, API latency, and more.\nFor more info visit http://crittercism.com",
6   "homepage": "http://crittercism.com",
7   "license": {
8     "type": "Commercial",
9     "text": "See http://www.crittercism.com/terms-services/"
10   },
11   "authors": {
12     "crittercism": "support@crittercism.com"
13   },
14   "source": {
15     "http": "https://app.crittercism.com/images/Crittercism_v5_7_1.zip"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "public_header_files": "iOS/Crittercism.framework/Headers/*.h",
23     "source_files": "iOS/Crittercism.framework/Headers/*.h",
24     "vendored_frameworks": "iOS/Crittercism.framework"
25   },
26   "tvos": {
27     "public_header_files": "tvOS/Crittercism.framework/Headers/*.h",
28     "source_files": "tvOS/Crittercism.framework/Headers/*.h",
29     "vendored_frameworks": "tvOS/Crittercism.framework"
30   },
31   "preserve_paths": [
32     "iOS/*",
33     "tvOS/*",
34     "dsym_upload.sh"
35   ],
36   "requires_arc": true,
37   "frameworks": [
38     "Foundation",
39     "CoreData",
40     "SystemConfiguration"
41   ]