blob: 2743d1509de74f72454b91b6722a2c6abc23d801 [file] [log] [blame]
{
"name": "IDNFramework",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"IDNFramework/IDNFramework/**/*.{h,m}"
],
"exclude_files": "IDNFramework/IDNFramework/IDNFoundationEx/IDNFileDownloader.*"
}