[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 9 / d / 6 / NSXtensions / 0.5 / NSXtensions.podspec.json
blobd54e8c02dad4b3fb3cc4faf22439df09fa7940e3
2   "name": "NSXtensions",
3   "version": "0.5",
4   "summary": "A collection of useful extensions for standard Cocoa classes.",
5   "homepage": "https://github.com/shoumikhin/NSXtensions",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Anthony Shoumikhin": "anthony@shoumikh.in"
12   },
13   "source": {
14     "git": "https://github.com/shoumikhin/NSXtensions.git",
15     "tag": "0.5"
16   },
17   "platforms": {
18     "ios": "5.1"
19   },
20   "source_files": "*.{h,m}",
21   "public_header_files": "*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreData",
26     "MapKit"
27   ],
28   "requires_arc": true