blob: 68b12a7308f41ee713c6db87d9b059c307eebcad [file] [log] [blame]
{
"name": "ObjCJSONLikeDescription",
"version": "1.3.0",
"license": "MIT",
"summary": "JSON-like and unicodify descriptions of Objective-C collection objects",
"homepage": "https://github.com/xareelee/ObjCJSONLikeDescription",
"authors": {
"Kang-Yu Xaree Lee": "xareelee@gmail.com"
},
"source": {
"git": "https://github.com/xareelee/ObjCJSONLikeDescription.git",
"tag": "1.3.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"default_subspecs": [
"Core",
"Foundation"
],
"subspecs": [
{
"name": "All",
"dependencies": {
"ObjCJSONLikeDescription/Core": [
],
"ObjCJSONLikeDescription/Foundation": [
],
"ObjCJSONLikeDescription/M13OrderedDictionary": [
]
}
},
{
"name": "Core",
"source_files": "ObjCJSONLikeDescription/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "ObjCJSONLikeDescription/Foundation/*.{h,m}",
"dependencies": {
"ObjCJSONLikeDescription/Core": [
],
"XAspect": [
]
}
},
{
"name": "M13OrderedDictionary",
"source_files": "ObjCJSONLikeDescription/M13OrderedDictionary/*.{h,m}",
"dependencies": {
"ObjCJSONLikeDescription/Core": [
],
"XAspect": [
],
"M13OrderedDictionary": [
]
}
}
]
}