[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 6 / NSXtensions / 0.1 / NSXtensions.podspec.json
blob42616f6e0803475ef3a3512725935d0c1f648246
2   "name": "NSXtensions",
3   "version": "0.1",
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.1"
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   ],
27   "requires_arc": true