blob: 5b5a8766cacd7b83b44fcdac28129e4c3bdeb9b7 [file] [log] [blame]
{
"name": "saorsa.PXQuisiteExtensions",
"version": "0.8",
"summary": "A collection of useful extension methods for iOS.",
"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.",
"homepage": "https://github.com/saorsa/saorsa.PXQuisiteExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Saorsa": "adragolov@gmail.com"
},
"source": {
"git": "https://github.com/saorsa/saorsa.PXQuisiteExtensions.git",
"tag": "0.8"
},
"platforms": {
"ios": "11.0"
},
"source_files": "saorsa.PXQuisiteExtensions/Classes/**/*",
"public_header_files": "saorsa.PXQuisiteExtensions/**/*.h",
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
],
"dependencies": {
"LINQ4Obj-C": [
]
}
}