blob: 453215498a00830ce126a438501a12cfe6ddfb1b [file] [log] [blame]
{
"name": "XAspect-Foundation_UnicodifyingDescriptionsOfObjects",
"version": "1.2.0",
"license": "MIT",
"summary": "Unicodify descriptions of objects in Foundation framework",
"homepage": "https://github.com/xareelee/ObjCJSONLikeDescription",
"authors": {
"Kang-Yu Xaree Lee": "xareelee@gmail.com"
},
"source": {
"git": "https://github.com/xareelee/ObjCJSONLikeDescription.git",
"tag": "1.2.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"default_subspecs": [
"Core",
"Foundation"
],
"subspecs": [
{
"name": "All",
"dependencies": {
"XAspect-Foundation_UnicodifyingDescriptionsOfObjects/Core": [
],
"XAspect-Foundation_UnicodifyingDescriptionsOfObjects/Foundation": [
],
"XAspect-Foundation_UnicodifyingDescriptionsOfObjects/M13OrderedDictionary": [
]
}
},
{
"name": "Core",
"source_files": "AspectFiles/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "AspectFiles/Foundation/*.{h,m}",
"dependencies": {
"XAspect-Foundation_UnicodifyingDescriptionsOfObjects/Core": [
],
"XAspect": [
]
}
},
{
"name": "M13OrderedDictionary",
"source_files": "AspectFiles/M13OrderedDictionary/*.{h,m}",
"dependencies": {
"XAspect-Foundation_UnicodifyingDescriptionsOfObjects/Core": [
],
"XAspect": [
],
"M13OrderedDictionary": [
]
}
}
]
}