[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 4 / 9 / 8 / JJJUtils / 0.1.6 / JJJUtils.podspec.json
blob8b8c02b208568c334ca9460b59fe7ca0045c78d4
2   "name": "JJJUtils",
3   "version": "0.1.6",
4   "summary": "A utility library for iOS and Mac OS projects.",
5   "description": "A utility library for iOS and Mac OS projects, which includes useful string methods and a lot more!",
6   "homepage": "https://github.com/jovito-royeca/JJJUtils",
7   "license": "MIT",
8   "authors": {
9     "Jovito Royeca": "jovit.royeca@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jovito-royeca/JJJUtils.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JJJUtils": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "OSX",
29       "platforms": {
30         "osx": "10.8"
31       },
32       "source_files": "Pod/Classes/**/*"
33     }
34   ]