blob: 7c38f90ef99642943230859ff4379d04aed68a08 [file] [log] [blame]
{
"name": "iFeatureAvailability",
"version": "1.0",
"summary": "A library to check availability of various iOS features.",
"description": "A library to format strings in .NET style. It may be useful for localization and porting (rewriting) .NET applications to Objective-C",
"homepage": "https://github.com/dodikk/iFeatureAvailability",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/dodikk/iFeatureAvailability.git",
"tag": "v1.0"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"ios": {
"header_mappings_dir": "iFeatureAvailability",
"source_files": "iFeatureAvailability/**/*.{c,cpp,mm,h,m}",
"prefix_header_file": "iFeatureAvailability/iFeatureAvailability-Prefix.pch",
"frameworks": "Foundation"
},
"requires_arc": false
}