[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 6 / f / TenzingCore / 0.2.1 / TenzingCore.podspec.json
blob78c0feb56021c7e39f6e7c80b769bb32cecd7e81
2   "name": "TenzingCore",
3   "version": "0.2.1",
4   "summary": "Some utilities for iOS.",
5   "description": "                   TenzingCore\n                   ===========\n\n                   Some utilities for iOS. See [Wiki](https://github.com/endSly/TenzingCore/wiki) for more info. \n",
6   "homepage": "http://endika.net",
7   "license": "MIT",
8   "authors": {
9     "Endika GutiĆ©rrez Salas": "me@endika.net"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/endSly/TenzingCore.git",
16     "tag": "0.2.1",
17     "submodules": true
18   },
19   "header_dir": "TenzingCore",
20   "requires_arc": true,
21   "default_subspecs": [
22     "Core"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "TenzingCore",
29         "TenzingCore/**/*.{h,m}"
30       ]
31     },
32     {
33       "name": "RESTService",
34       "source_files": [
35         "TenzingCore-RESTService",
36         "TenzingCore-RESTService/**/*.{h,m}"
37       ],
38       "dependencies": {
39         "TenzingCore/Core": [
41         ]
42       }
43     }
44   ]