[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 8 / JJJUtils / 0.2.6 / JJJUtils.podspec.json
blobfd0b084239569f918e4a877c48db8bfc233a2796
2   "name": "JJJUtils",
3   "version": "0.2.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": "http://jovitoroyeca.com"
10   },
11   "source": {
12     "git": "https://github.com/jovito-royeca/JJJUtils.git",
13     "tag": "0.2.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/*.{h,m}",
21     "Pod/Classes/iOS/*.{h,m}"
22   ],
23   "resource_bundles": {
24     "JJJUtils": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "deprecated": true,
29   "subspecs": [
30     {
31       "name": "OSX",
32       "platforms": {
33         "osx": "10.8"
34       },
35       "source_files": "Pod/Classes/*.{h,m}"
36     }
37   ]