[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / b / FMStyleManager / 0.1.2 / FMStyleManager.podspec.json
blobdf62dc7a1db882a3d7219ed299dd7b3c7b81a03f
2   "name": "FMStyleManager",
3   "version": "0.1.2",
4   "summary": "Recursively apply style, font and message translations to any view hierarchy.",
5   "description": "                       FMStyleManager can replace messages, styles or recurse throughout a view hierarchy.\n                       \n                       Features are available either from code or IB using outlets.\n",
6   "homepage": "https://github.com/fitmob/FMStyleManager",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/fitmob/FMStyleManager.git",
10     "tag": "0.1.2"
11   },
12   "authors": {
13     "Felipe Baytelman": "felipe.baytelman@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/baytelman",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "FMStyleManager",
22     "Classes"
23   ],
24   "frameworks": "Foundation",
25   "dependencies": {
26     "FMStringAdditions": [
27       "~> 0.1.1"
28     ]
29   }