[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 8 / JJJUtils / 0.3.3 / JJJUtils.podspec.json
bloba797b41d054d9ed4418eba15d280df094cb54737
2   "name": "JJJUtils",
3   "version": "0.3.3",
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/vito-royeca/JJJUtils",
7   "license": "MIT",
8   "authors": {
9     "Vito Royeca": "https://github.com/vito-royeca"
10   },
11   "source": {
12     "git": "https://github.com/vito-royeca/JJJUtils.git",
13     "tag": "0.3.3"
14   },
15   "platforms": {
16     "ios": "12.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/*.{h,m}",
21     "Pod/Classes/iOS/*.{h,m}"
22   ],
23   "deprecated": true,
24   "subspecs": [
25     {
26       "name": "OSX",
27       "platforms": {
28         "osx": "10.13"
29       },
30       "source_files": "Pod/Classes/*.{h,m}"
31     }
32   ]