[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / a / 0 / CoreLib / 1.4.1 / CoreLib.podspec.json
blobac830e56a829e650813c84ba2ae20b5b8400e0fe
2   "name": "CoreLib",
3   "version": "1.4.1",
4   "summary": "CoreLib is a collection of reusable sources to make various aspects of developing Mac and iOS applications easier, faster & safer.",
5   "description": "CoreLib is a collection of reusable Objective-C source code to make various aspects of developing Mac and iOS applications easier, faster & safer.\n\nCoreLib has these features:\n\n* categories on base Cocoa like NSArray, NSData, NSObject, NSString, etc for new functionality or syntactic sugar (AppKit+CoreCode, Foundation+CoreCode)\n\n* for iOS) subclasses for UIActionSheet, UIAlertView, etc to provide a more convenient block based interface or new view controllers (iOS/JM*)\n\n* for Mac) convenience classes for e-mail sending, getting host information, managing login items, showing styled font lists, etc (Mac/JM*)\n\n* categories on all Foundation&AppKit classes to provide properties instead of getters/setters. this is provided in the 10.10 SDK too, but we have it for pre Xcode 6 (AppKit+Properties, Foundation+Properties)\n\n* support for object subscripting with old SDKs where Apple doesn't support it (Foundation+Indexing)\n\n* support for generating warnings on invocation of methods/classes that are not available on your deployment target (CoreLib_Availability)\n\n* support for pseudo static typing in collection classes (for invoking properties on objects from collections without casting) and much more convenience stuff (CoreLib)\n",
6   "homepage": "https://github.com/core-code/CoreLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "CoreCode": "feedback@corecode.at"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.6"
17   },
18   "source": {
19     "git": "https://github.com/core-code/CoreLib.git",
20     "tag": "1.4.1"
21   },
22   "ios": {
23     "source_files": [
24       "CoreLib",
25       "iOS"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "CoreLib",
31       "Mac"
32     ]
33   },
34   "requires_arc": true,
35   "prefix_header_contents": "#import \"CoreLib.h\""