[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / 9 / 8 / JJJUtils / 0.3.2 / JJJUtils.podspec.json
blob553c1a4247c97f46fcf59706584ef12d96596e11
2   "name": "JJJUtils",
3   "version": "0.3.2",
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.3.2"
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   "subspecs": [
29     {
30       "name": "OSX",
31       "platforms": {
32         "osx": "10.8"
33       },
34       "source_files": "Pod/Classes/*.{h,m}"
35     }
36   ]