[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 9 / 2 / SWToolbox / 1.0.0 / SWToolbox.podspec.json
blobda30cd7d878a795c9b4946de9505f57e2e7e3cc6
2   "name": "SWToolbox",
3   "version": "1.0.0",
4   "summary": "Curated classes I usually used in project.",
5   "description": "                       There is a time when I open my old projects to copy classes into a new one.\n\n                       This toolbox is mean to end that copy once, and for all.\n",
6   "homepage": "https://github.com/sarunw/SWToolbox",
7   "license": "MIT",
8   "authors": {
9     "Sarun Wongpatcharapakorn": "artwork.th@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sarunw/SWToolbox.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "SWToolbox": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "CoreData",
27       "source_files": "Pod/Classes/CoreData/**/*.{h,m}",
28       "frameworks": "CoreData"
29     }
30   ]