[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 4 / CSCConfigLoader / 0.1.3 / CSCConfigLoader.podspec.json
blobe11768da8c9ede3aff9c3d4670a43dbd078af8d0
2   "name": "CSCConfigLoader",
3   "version": "0.1.3",
4   "summary": "An easy config loader for iOS",
5   "description": "                       A simpler interface to loading config data from a plist file in your project.\n                       It also supports pods providing their own default configuration options which\n                       can then be overriden from the main project.\n",
6   "homepage": "https://github.com/marblepalace/CSCConfigLoader",
7   "license": "MIT",
8   "authors": {
9     "Cast Social Company": "hello@castapp.io"
10   },
11   "source": {
12     "git": "https://github.com/marblepalace/CSCConfigLoader.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/cast_app",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CSCConfigLoader": [
23       "Pod/Assets/*.png"
24     ]
25   }