[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 2 / 3 / NSExtensions / 0.0.2 / NSExtensions.podspec.json
blob03f0ab383b5e2a8bc7b8b4caca7449ffbc37ff6c
2   "name": "NSExtensions",
3   "version": "0.0.2",
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.2"
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