blob: a8bb5daeada62ab30e1e09230c2b6cbd38aa3c61 [file] [log] [blame]
{
"name": "NSXtensions",
"version": "0.69",
"summary": "A collection of useful extensions for standard Cocoa classes.",
"homepage": "https://github.com/shoumikhin/NSXtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Shoumikhin": "anthony@shoumikh.in"
},
"source": {
"git": "https://github.com/shoumikhin/NSXtensions.git",
"tag": "0.69"
},
"platforms": {
"ios": "5.1"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"MapKit"
],
"requires_arc": true
}