blob: b37b99304ec969498abbe38eb3e01b0dc99f7ce0 [file] [log] [blame]
{
"name": "NSXtensions",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"MapKit"
],
"requires_arc": true
}