[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / 8 / POLocalizedString / 1.1.0 / POLocalizedString.podspec.json
blob21c67ba06dad3dd8ba7480f40575bc6dffc335a6
2   "name": "POLocalizedString",
3   "version": "1.1.0",
4   "license": "MIT",
5   "homepage": "https://github.com/hulab/POLocalizedString",
6   "authors": {
7     "Maxime Epain": "maxime.epain@gmail.com"
8   },
9   "summary": "Gettext for iOS/OS X/watchOS/tvOS",
10   "source": {
11     "git": "https://github.com/hulab/POLocalizedString.git",
12     "tag": "1.1.0",
13     "submodules": true
14   },
15   "source_files": [
16     "POLocalizedString/*.{h,m,mm,swift}",
17     "muParser/src/*.cpp",
18     "muParser/include/*.h"
19   ],
20   "exclude_files": [
21     "muParser/src/muParserTest.cpp",
22     "muParser/src/muParserTest.h"
23   ],
24   "private_header_files": "muParser/include/*.h",
25   "frameworks": "Foundation",
26   "libraries": "c++",
27   "requires_arc": true,
28   "platforms": {
29     "ios": "8.0",
30     "osx": "10.9",
31     "tvos": "9.0",
32     "watchos": "2.0"
33   }