[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 5 / 3 / DJLocalization / 1.0.0 / DJLocalization.podspec.json
blob7e81bd33db74f9ba352a71e009ce609d29e2be79
2   "name": "DJLocalization",
3   "version": "1.0.0",
4   "summary": "Localization system for iOS",
5   "description": "This framework should be used for apps that need to be able to switch the active language at runtime.",
6   "homepage": "https://bitbucket.org/djbe/djlocalization",
7   "license": "MIT",
8   "authors": {
9     "David Jennes": "david.jennes@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "Foundation",
17     "UIKit"
18   ],
19   "source": {
20     "hg": "https://bitbucket.org/djbe/djlocalization",
21     "revision": "1.0.0"
22   },
23   "source_files": "DJLocalization/*.{h,m}",
24   "dependencies": {
25     "JRSwizzle": [
27     ]
28   }