blob: f7cebc35ddf4f58748066fe555c3a0c2cb26d5b1 [file] [log] [blame]
{
"name": "NSExtensions",
"version": "0.0.1",
"summary": "A collection of useful extensions for standard Cocoa classes.",
"homepage": "https://github.com/skywinder/NSExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Shoumikhin": "anthony@shoumikh.in",
"Petr Korolev": "sky4winder+nsextensions@gmail.com"
},
"source": {
"git": "https://github.com/skywinder/NSExtensions.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.1"
},
"source_files": "Xtensions/*.{h,m}",
"public_header_files": "Xtensions/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"MapKit"
],
"requires_arc": true
}