blob: 29989c0aa2d9637fbf005ff5b552b7e2070c6c50 [file] [log] [blame]
{
"name": "CoreMeta",
"version": "1.0.0",
"summary": "IOC / DI for iOS, Binding Framework, Object Mapping, and some other goodies",
"description": "IOC / DI for iOS, Binding Framework, and some other goodies\n\nFor more information, please visit http://www.gretzlab.com or check out the example project.",
"homepage": "https://github.com/jgretz/CoreMeta",
"license": {
"type": "Apache",
"text": " License\n ======\n\n Copyright 2011 TrueFit Solutions\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.NSE\n"
},
"authors": {
"jgretz": "jgretz@truefit.io"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/jgretz/CoreMeta.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"CoreMeta/CoreMeta/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
]
}