[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 6 / SPXDefines / 1.2.4 / SPXDefines.podspec.json
blob059f54351858fed9c70e276265387dcbf74f4abf
2   "name": "SPXDefines",
3   "version": "1.2.4",
4   "summary": "Useful macro's for Objective-C projects",
5   "description": "                   Useful macro's for Objective-C projects. All of the macros include compile-time checks where applicable.\n\n                   * SPXAssertionDefines - Provides convenience assertions that will NOT crash on release builds\n                   * SPXDescriptionDefines - Provides convenient description and keyPath macros for better and more consistent representations of your subclasses.\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.2.4"
22   },
23   "source_files": "Classes/**/*.{h,m}",
24   "requires_arc": true