blob: d9296f670a8284b55ceea14131068b9ddcf1983d [file] [log] [blame]
{
"name": "FSHelper",
"version": "1.0",
"summary": "Extensions for iOS",
"homepage": "https://github.com/fs/FSHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Goncharov": "vladimir1631@yandex.ru"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/fs/FSHelper.git",
"tag": "1.0"
},
"ios": {
"source_files": "Objective-C/*.{h,m}"
},
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"MapKit",
"CommonCrypto",
"Accelerate",
"ImageIO"
],
"requires_arc": true
}