[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 6 / SPXDefines / 1.0.0 / SPXDefines.podspec.json
blob0a2c84effa3af52aaf90e578816f1b08db0fb9cf
2   "name": "SPXDefines",
3   "version": "1.0.0",
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.0"
22   },
23   "source_files": [
24     ".",
25     "*.{h,m}"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Asserts",
31       "source_files": "SPXAsserts/*.{h,m}"
32     },
33     {
34       "name": "Encoding",
35       "source_files": "SPXEncoding/*.{h,m}"
36     },
37     {
38       "name": "Logging",
39       "source_files": "SPXLogging/*.{h,m}"
40     }
41   ]