[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / 3 / saorsa.PXQuisiteExtensions / 0.8 / saorsa.PXQuisiteExtensions.podspec.json
blob5b5a8766cacd7b83b44fcdac28129e4c3bdeb9b7
2   "name": "saorsa.PXQuisiteExtensions",
3   "version": "0.8",
4   "summary": "A collection of useful extension methods for iOS.",
5   "description": "I have decided to put a collection of extension methods that I use often\nwhile developing iOS projects. Most of these are related to the Foundation classes such\nas NSString, NSDate and NSDateFormatter. Over the course of usage I have added more\nfor the CoreGraphics, CoreData and UIKit classes.",
6   "homepage": "https://github.com/saorsa/saorsa.PXQuisiteExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Saorsa": "adragolov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/saorsa/saorsa.PXQuisiteExtensions.git",
16     "tag": "0.8"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "saorsa.PXQuisiteExtensions/Classes/**/*",
22   "public_header_files": "saorsa.PXQuisiteExtensions/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "CoreData",
26     "UIKit"
27   ],
28   "dependencies": {
29     "LINQ4Obj-C": [
31     ]
32   }