blob: bffe988b3a82c075019e86d173c95d377669d86a [file] [log] [blame]
{
"name": "Heliograph",
"version": "0.1.0",
"summary": "Mirror-based reflection for Objective-C",
"description": "Heliograph is an object-oriented, mirror-based, extensible wrapper around \nObjective-C's runtime reflection capabilities.",
"homepage": "https://github.com/leoschweizer/Heliograph",
"social_media_url": "https://twitter.com/leoschweizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo Schweizer": "leonhard.schweizer@gmail.com"
},
"source": {
"git": "https://github.com/leoschweizer/Heliograph.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Lib/*.h",
"Lib/Core/**/*.{h,m}",
"Lib/Visitors/**/*.{h,m}"
]
}
]
}