[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 7 / 1 / 9 / SSI18N / 0.1.2 / SSI18N.podspec.json
blob74df65c59eaf2b14d79c76eeebb77f45e17cb8fa
2   "name": "SSI18N",
3   "version": "0.1.2",
4   "summary": "Set you free from typing NSLocalizedString(key, comment) in Every UILabel",
5   "description": "                       #SSI18N \n\n                       using Aspects to replace text value with localized one.\n\n                       Even you can download you own i18n file from Internet.\n",
6   "homepage": "https://github.com/CodeEagle/SSI18N",
7   "license": "MIT",
8   "authors": {
9     "CodeEagle": "stasura@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/CodeEagle/SSI18N.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/_SelfStudio",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*",
21   "dependencies": {
22     "Aspects": [
24     ]
25   }