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