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