[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / 9 / e / iDotnetFormatter / 1.0 / iDotnetFormatter.podspec.json
blobd750eae093b73135a8c9c3f805b1a2ee72f74936
2   "name": "iDotnetFormatter",
3   "version": "1.0",
4   "summary": "A library to format strings in .NET style.",
5   "description": "A library to format strings in .NET style. It may be useful for localization and porting (rewriting) .NET applications to Objective-C",
6   "homepage": "https://github.com/dodikk/iDotnetFormatter",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE-BSD.txt"
10   },
11   "source": {
12     "git": "https://github.com/dodikk/iDotnetFormatter.git",
13     "tag": "v1.0"
14   },
15   "authors": {
16     "Alexander Dodatko": "dodikk88.tutor@gmail.com"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "ios": {
22     "header_mappings_dir": "ESDotnetFormatter",
23     "source_files": "ESDotnetFormatter/ESDotnetFormatter/**/*.{c,cpp,mm,h,m}",
24     "prefix_header_file": "ESDotnetFormatter/ESDotnetFormatter/ESDotnetFormatter-Prefix.pch",
25     "frameworks": "Foundation",
26     "libraries": [
27       "c++",
28       "stdc++"
29     ]
30   },
31   "requires_arc": false