[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 6 / SPXDefines / 1.0.6 / SPXDefines.podspec.json
blob416ea1dc51f2d12b0456b3efdf3a431e631838cd
2   "name": "SPXDefines",
3   "version": "1.0.6",
4   "summary": "Useful macro's for Objective-C projects",
5   "description": "                   Useful macro's for Objective-C projects.\n\n                   * SPXAssertionDefines - Provides convenience assertions that will NOT crash on release builds\n                   * SPXEncodingDefines - Provides cleaner encoding/decoding macros with compile-time checking\n                   * SPXLoggingDefines - Provides cleaner logging, using CocoaLumberjack if available, otherwise falling gracefully back to NSLog with cleaner output.\n",
6   "homepage": "https://github.com/shaps80/SPXDefines",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Shaps M": "shaps80@me.com"
13   },
14   "social_media_url": "http://twitter.com/shaps",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/shaps80/SPXDefines.git",
21     "tag": "1.0.6"
22   },
23   "source_files": "Classes/**/*.{h,m}",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Asserts",
28       "source_files": [
29         "Classes/SPXAsserts/*.{h,m}",
30         "Classes/SPXDefinesCommon.h"
31       ]
32     },
33     {
34       "name": "Encoding",
35       "source_files": [
36         "Classes/SPXEncoding/*.{h,m}",
37         "Classes/SPXDefinesCommon.h"
38       ]
39     },
40     {
41       "name": "Logging",
42       "source_files": [
43         "Classes/SPXLogging/*.{h,m}",
44         "Classes/SPXDefinesCommon.h"
45       ]
46     },
47     {
48       "name": "Description",
49       "source_files": [
50         "Classes/SPXDescription/*.{h,m}",
51         "Classes/SPXDefinesCommon.h"
52       ]
53     }
54   ]