blob: 706397c3e111d9c1f4ae45ab3993686144a2e1a8 [file] [log] [blame]
{
"name": "IDNFramework",
"version": "0.0.3",
"summary": "An ObjC framework for iOS",
"description": "An ObjC framework for iOS including categories of Foundation and UIKit Categories",
"homepage": "https://github.com/photondragon/IDNFramework",
"license": "MIT",
"authors": {
"photondragon": "photondragon@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/photondragon/IDNFramework.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"IDNFramework/IDNFramework/**/*.{h,m}"
],
"exclude_files": [
"IDNFramework/IDNFramework/IDNFoundationEx/IDNFileDownloader.*",
"IDNFramework/IDNFramework/deprecated/SegmentQuery.*"
]
}