[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 5 / d / 9 / SnaffuKit / 1.0.0 / SnaffuKit.podspec.json
blobcbf9c3399d41f2d0d25c4ac0af5fa1e6409a20d1
2   "name": "SnaffuKit",
3   "version": "1.0.0",
4   "license": {
5     "type": "Commercial",
6     "text": "Customer's use of the SDK is governed by the license in the applicable Snaffu Terms of Service.  Some components of the SDK are governed by open source software licenses.  In the event of any conflict between  the license in the applicable Snaffu Terms of Service and the applicable open source license, the terms of the open source license shall prevail with respect to those components."
7   },
8   "summary": "Snaffu is a bug reporting tool that helps you log bugs faster.",
9   "homepage": "http://get.thesnaffu.com",
10   "authors": {
11     "Clerarbridge Mobile": "http://www.clearbridgemobile.com"
12   },
13   "source": {
14     "git": "https://github.com/theSnaffu/iOS.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "requires_arc": false,
21   "default_subspecs": "SnaffuKit",
22   "subspecs": [
23     {
24       "name": "SnaffuKit",
25       "source_files": "Snaffu/**/*.h",
26       "preserve_paths": "Snaffu/**/*.a",
27       "libraries": [
28         "z",
29         "SnaffuKit"
30       ],
31       "frameworks": [
32         "CoreMotion",
33         "CoreBluetooth",
34         "UIKit",
35         "CoreLocation",
36         "AVFoundation",
37         "CoreTelephony",
38         "CoreMedia",
39         "SystemConfiguration",
40         "AssetsLibrary"
41       ],
42       "xcconfig": {
43         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SnaffuKit/Snaffu\""
44       }
45     }
46   ]