[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / a / TCLocalizer / 1.1.0 / TCLocalizer.podspec.json
bloba735f541b628e3b31a543505bb9e7e53153ba723
2   "name": "TCLocalizer",
3   "version": "1.1.0",
4   "license": "Apache 2.0",
5   "summary": "Easy runtime localisation so you do not have to maintain multiple XIBs.",
6   "homepage": "https://github.com/tcurdt/TCLocalizer",
7   "authors": {
8     "Torsten Curdt": "tcurdt@vafer.org"
9   },
10   "source": {
11     "git": "https://github.com/tcurdt/TCLocalizer.git",
12     "tag": "1.1.0"
13   },
14   "requires_arc": false,
15   "osx": {
16     "source_files": "Sources/OSX/*.{h,m}"
17   },
18   "platforms": {
19     "osx": "10.7",
20     "ios": "6.0"
21   },
22   "ios": {
23     "source_files": "Sources/iOS/*.{h,m}"
24   }