[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / 6 / 2 / 3 / NSExtensions / 0.0.1 / NSExtensions.podspec.json
blobf7cebc35ddf4f58748066fe555c3a0c2cb26d5b1
2   "name": "NSExtensions",
3   "version": "0.0.1",
4   "summary": "A collection of useful extensions for standard Cocoa classes.",
5   "homepage": "https://github.com/skywinder/NSExtensions",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Anthony Shoumikhin": "anthony@shoumikh.in",
12     "Petr Korolev": "sky4winder+nsextensions@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/skywinder/NSExtensions.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "5.1"
20   },
21   "source_files": "Xtensions/*.{h,m}",
22   "public_header_files": "Xtensions/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreData",
27     "MapKit"
28   ],
29   "requires_arc": true