blob: e7a946361ca59904901346ec09facea4da994f25 [file] [log] [blame]
{
"name": "CSCConfigLoader",
"version": "0.1.1",
"summary": "An easy config loader for iOS",
"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",
"homepage": "https://github.com/marblepalace/CSCConfigLoader",
"license": "MIT",
"authors": {
"Cast Social Company": "hello@castapp.io"
},
"source": {
"git": "https://github.com/marblepalace/CSCConfigLoader.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/cast_app",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CSCConfigLoader": [
"Pod/Assets/*.png"
]
}
}